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

mark at devel.lifetype.net mark at devel.lifetype.net
Sun Nov 27 15:36:38 GMT 2005


Author: mark
Date: 2005-11-27 15:36:37 +0000 (Sun, 27 Nov 2005)
New Revision: 2646

Modified:
   plog/trunk/class/view/admin/adminview.class.php
Log:
I just add the setCharset back to the view, without this all admin panels will show weird characters in Chinese environment.

But, I don't understand, why remove this line, seems it relate to session bug ...

"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-11-27 10:39:19 UTC (rev 2645)
+++ plog/trunk/class/view/admin/adminview.class.php	2005-11-27 15:36:37 UTC (rev 2646)
@@ -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