From cd6dedfd97a2e9bf983389dd1c3fb35d7d04e1af Mon Sep 17 00:00:00 2001 From: William DURAND Date: Sat, 29 Jan 2011 23:31:24 +0100 Subject: [PATCH] Changed phing include path to fit the checked out tree from phing svn (thx @jtanguy). --- PropelBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PropelBundle.php b/PropelBundle.php index ca46a3e..9a993b1 100644 --- a/PropelBundle.php +++ b/PropelBundle.php @@ -12,7 +12,7 @@ class PropelBundle extends Bundle require_once $this->container->getParameter('propel.path').'/runtime/lib/Propel.php'; if (0 === strncasecmp(PHP_SAPI, 'cli', 3)) { - set_include_path($this->container->getParameter('propel.phing_path').'/classes'.PATH_SEPARATOR.get_include_path()); + set_include_path($this->container->getParameter('propel.phing_path').PATH_SEPARATOR.get_include_path()); } $this->container->get('propel');