Author: Jonathan.Wage
Date: 2010-01-19 19:34:06 +0100 (Tue, 19 Jan 2010)
New Revision: 26895
Modified:
plugins/sfSympalPlugin/trunk/config/sfSympalPluginConfiguration.class.php
plugins/sfSympalPlugin/trunk/lib/sfSympalPluginEnabler.class.php
Log:
[1.4][sfSympalPlugin][1.0] Fixing issue with previous commit
Modified:
plugins/sfSympalPlugin/trunk/config/sfSympalPluginConfiguration.class.php
===================================================================
--- plugins/sfSympalPlugin/trunk/config/sfSympalPluginConfiguration.class.php
2010-01-19 18:30:07 UTC (rev 26894)
+++ plugins/sfSympalPlugin/trunk/config/sfSympalPluginConfiguration.class.php
2010-01-19 18:34:06 UTC (rev 26895)
@@ -38,7 +38,7 @@
public static function enableSympalPlugins(ProjectConfiguration
$configuration)
{
-
require_once(dirname(__FILE__).'/../lib/core/sfSympalPluginEnabler.class.php');
+ require_once(dirname(__FILE__).'/../lib/sfSympalPluginEnabler.class.php');
$enabler = new sfSympalPluginEnabler($configuration);
$enabler->enableSympalPlugins();
Modified: plugins/sfSympalPlugin/trunk/lib/sfSympalPluginEnabler.class.php
===================================================================
--- plugins/sfSympalPlugin/trunk/lib/sfSympalPluginEnabler.class.php
2010-01-19 18:30:07 UTC (rev 26894)
+++ plugins/sfSympalPlugin/trunk/lib/sfSympalPluginEnabler.class.php
2010-01-19 18:34:06 UTC (rev 26895)
@@ -10,7 +10,7 @@
public function __construct(ProjectConfiguration $configuration)
{
$this->_configuration = $configuration;
- $this->_sympalPluginPath = realpath(dirname(__FILE__).'/../..');
+ $this->_sympalPluginPath = realpath(dirname(__FILE__).'/..');
}
public function isSympalEnabled()
--
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.