[pLog-svn] r2520 - plog/trunk/class/view/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Sep 24 14:53:28 GMT 2005


Author: oscar
Date: 2005-09-24 14:53:27 +0000 (Sat, 24 Sep 2005)
New Revision: 2520

Modified:
   plog/trunk/class/view/admin/adminview.class.php
Log:
hopefully fixed a rather nasty bug with missing classes after the session is unserialized

Modified: plog/trunk/class/view/admin/adminview.class.php
===================================================================
--- plog/trunk/class/view/admin/adminview.class.php	2005-09-24 12:59:09 UTC (rev 2519)
+++ plog/trunk/class/view/admin/adminview.class.php	2005-09-24 14:53:27 UTC (rev 2520)
@@ -51,7 +51,7 @@
 			
 			// set the character set in the request based on the blog locale
 			$locale = $this->_blogInfo->getLocale();
-			$this->setCharset( $locale->getCharset());			
+			//$this->setCharset( $locale->getCharset());			
         }
         
         /**




More information about the pLog-svn mailing list