[pLog-svn] r3755 - plog/trunk/class/summary/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jul 20 05:55:15 GMT 2006


Author: oscar
Date: 2006-07-20 05:55:15 +0000 (Thu, 20 Jul 2006)
New Revision: 3755

Modified:
   plog/trunk/class/summary/action/summarydefaultaction.class.php
Log:
this fixes mantis case 985 (http://bugs.lifetype.net/view.php?id=985)


Modified: plog/trunk/class/summary/action/summarydefaultaction.class.php
===================================================================
--- plog/trunk/class/summary/action/summarydefaultaction.class.php	2006-07-20 05:53:36 UTC (rev 3754)
+++ plog/trunk/class/summary/action/summarydefaultaction.class.php	2006-07-20 05:55:15 UTC (rev 3755)
@@ -30,7 +30,8 @@
 				
 			$this->_view = new SummaryCachedView( "index", 
 												  Array( "summary" => "default",
-												  "globalArticleCategoryId" => $globalArticleCategoryId ));
+												  "globalArticleCategoryId" => $globalArticleCategoryId,
+												  "locale" => $this->_locale->getLocaleCode()));
 												
 			if( $this->_view->isCached()) {
 				// if the view is already cached... move along! nothing to see here



More information about the pLog-svn mailing list