Author: Jonathan.Wage
Date: 2010-01-30 07:17:48 +0100 (Sat, 30 Jan 2010)
New Revision: 27320

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalRenderingPlugin/lib/sfSympalContentActionLoader.class.php
Log:
[1.4][sfSympalPlugin][1.0] Fixing issue with last commit


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalRenderingPlugin/lib/sfSympalContentActionLoader.class.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalRenderingPlugin/lib/sfSympalContentActionLoader.class.php
  2010-01-30 06:16:39 UTC (rev 27319)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalRenderingPlugin/lib/sfSympalContentActionLoader.class.php
  2010-01-30 06:17:48 UTC (rev 27320)
@@ -19,7 +19,7 @@
     $this->_user = $actions->getUser();
     $this->_response = $actions->getResponse();
     $this->_request = $actions->getRequest();
-    $this->_dispatcher = $this->_dispatcher;
+    $this->_dispatcher = 
$this->_sympalContext->getSymfonyContext()->getConfiguration()->getEventDispatcher();
   }
 
   public function getContent()

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