Author: azrael-ru
Date: 2010-02-15 14:19:27 +0100 (Mon, 15 Feb 2010)
New Revision: 28032
Modified:
plugins/sfSympalPlugin/trunk/config/sfSympalPluginConfiguration.class.php
Log:
[1.4][sfSympalPlugin][1.0] fix: clash while defining sympal plugins without
sfSympalListener loaded yet
Modified:
plugins/sfSympalPlugin/trunk/config/sfSympalPluginConfiguration.class.php
===================================================================
--- plugins/sfSympalPlugin/trunk/config/sfSympalPluginConfiguration.class.php
2010-02-15 07:54:36 UTC (rev 28031)
+++ plugins/sfSympalPlugin/trunk/config/sfSympalPluginConfiguration.class.php
2010-02-15 13:19:27 UTC (rev 28032)
@@ -64,6 +64,7 @@
public static function enableSympalPlugins(ProjectConfiguration
$configuration)
{
require_once(dirname(__FILE__).'/../lib/sfSympalPluginEnabler.class.php');
+
require_once(dirname(__FILE__).'/../lib/events/sfSympalListener.class.php');
$enabler = new sfSympalPluginEnabler($configuration);
$enabler->enableSympalPlugins();
--
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.