Author: Kris.Wallsmith
Date: 2010-04-06 20:02:32 +0200 (Tue, 06 Apr 2010)
New Revision: 29001
Modified:
branches/1.3/lib/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php
branches/1.4/lib/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php
Log:
[1.3, 1.4] fixed sfPropelBaseTask should add propel include path by using
sf_propel_runtime_path (thanks agallou, closes #8402)
Modified:
branches/1.3/lib/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php
===================================================================
--- branches/1.3/lib/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php
2010-04-06 17:53:15 UTC (rev 29000)
+++ branches/1.3/lib/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php
2010-04-06 18:02:32 UTC (rev 29001)
@@ -32,7 +32,7 @@
if (!self::$done)
{
sfToolkit::addIncludePath(array(
- realpath(dirname(__FILE__).'/../vendor'),
+ sfConfig::get('sf_propel_runtime_path',
realpath(dirname(__FILE__).'/../lib/vendor')),
dirname(__FILE__),
));
Modified:
branches/1.4/lib/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php
===================================================================
--- branches/1.4/lib/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php
2010-04-06 17:53:15 UTC (rev 29000)
+++ branches/1.4/lib/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php
2010-04-06 18:02:32 UTC (rev 29001)
@@ -32,7 +32,7 @@
if (!self::$done)
{
sfToolkit::addIncludePath(array(
- realpath(dirname(__FILE__).'/../vendor'),
+ sfConfig::get('sf_propel_runtime_path',
realpath(dirname(__FILE__).'/../lib/vendor')),
dirname(__FILE__),
));
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.