Author: Jonathan.Wage
Date: 2010-01-14 01:15:08 +0100 (Thu, 14 Jan 2010)
New Revision: 26601

Modified:
   
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php
Log:
[1.4][sfSympalPlugin][1.0] Adding missing param


Modified: 
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php 
    2010-01-14 00:13:07 UTC (rev 26600)
+++ 
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php 
    2010-01-14 00:15:08 UTC (rev 26601)
@@ -386,7 +386,7 @@
         $path = $this->getRoutePath();
       }
 
-      $this->_routeObject = new sfRoute($path, array('sf_format' => 'html'));
+      $this->_routeObject = new sfRoute($path, array('sf_format' => 'html', 
'sf_culture' => sfConfig::get('default_culture')));
     }
     return $this->_routeObject;
   }

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