[pLog-svn] r2925 - plog/trunk/class/action/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Feb 7 10:24:19 GMT 2006


Author: mark
Date: 2006-02-07 10:24:18 +0000 (Tue, 07 Feb 2006)
New Revision: 2925

Modified:
   plog/trunk/class/action/admin/adminaction.class.php
Log:
oops, a bug fix again.

Modified: plog/trunk/class/action/admin/adminaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminaction.class.php	2006-02-07 10:09:23 UTC (rev 2924)
+++ plog/trunk/class/action/admin/adminaction.class.php	2006-02-07 10:24:18 UTC (rev 2925)
@@ -113,7 +113,7 @@
         function &getLocale()
         {
         	// don't like this so much...
-        	if( empty( $this->_blogInfo ) ) {
+        	if( !empty( $this->_blogInfo ) ) {
         		$this->_blogSettings = $this->_blogInfo->getSettings();
             	//$locale =& Locales::getLocale( $this->_blogSettings->getValue("locale"));
 				$locale =& $this->_blogInfo->getLocale();



More information about the pLog-svn mailing list