Author: FabianLange
Date: 2010-01-26 14:38:49 +0100 (Tue, 26 Jan 2010)
New Revision: 27191

Modified:
   branches/1.2/lib/config/sfProjectConfiguration.class.php
   branches/1.3/lib/config/sfProjectConfiguration.class.php
   branches/1.4/lib/config/sfProjectConfiguration.class.php
Log:
[1.2, 1.3, 1.4] fixed missing variable declaration in sfProjectCOnfiguration 
(closes #7949)

Modified: branches/1.2/lib/config/sfProjectConfiguration.class.php
===================================================================
--- branches/1.2/lib/config/sfProjectConfiguration.class.php    2010-01-26 
13:09:05 UTC (rev 27190)
+++ branches/1.2/lib/config/sfProjectConfiguration.class.php    2010-01-26 
13:38:49 UTC (rev 27191)
@@ -21,6 +21,7 @@
   protected
     $rootDir               = null,
     $symfonyLibDir         = null,
+    $dispatcher            = null,
     $plugins               = array('sfPropelPlugin'),
     $pluginPaths           = array(),
     $overriddenPluginPaths = array(),

Modified: branches/1.3/lib/config/sfProjectConfiguration.class.php
===================================================================
--- branches/1.3/lib/config/sfProjectConfiguration.class.php    2010-01-26 
13:09:05 UTC (rev 27190)
+++ branches/1.3/lib/config/sfProjectConfiguration.class.php    2010-01-26 
13:38:49 UTC (rev 27191)
@@ -21,6 +21,7 @@
   protected
     $rootDir               = null,
     $symfonyLibDir         = null,
+    $dispatcher            = null,
     $plugins               = array(),
     $pluginPaths           = array(),
     $overriddenPluginPaths = array(),

Modified: branches/1.4/lib/config/sfProjectConfiguration.class.php
===================================================================
--- branches/1.4/lib/config/sfProjectConfiguration.class.php    2010-01-26 
13:09:05 UTC (rev 27190)
+++ branches/1.4/lib/config/sfProjectConfiguration.class.php    2010-01-26 
13:38:49 UTC (rev 27191)
@@ -21,6 +21,7 @@
   protected
     $rootDir               = null,
     $symfonyLibDir         = null,
+    $dispatcher            = null,
     $plugins               = array(),
     $pluginPaths           = array(),
     $overriddenPluginPaths = array(),

-- 
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.

Reply via email to