[pLog-svn] r5233 - plog/branches/lifetype-1.2/class/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Mar 30 16:12:47 EDT 2007


Author: oscar
Date: 2007-03-30 16:12:47 -0400 (Fri, 30 Mar 2007)
New Revision: 5233

Modified:
   plog/branches/lifetype-1.2/class/dao/bloginfo.class.php
Log:
Fix for mantis issue http://bugs.lifetype.net/view.php?id=1252 -- preview failing to work if used a second time.

Modified: plog/branches/lifetype-1.2/class/dao/bloginfo.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/bloginfo.class.php	2007-03-30 19:36:40 UTC (rev 5232)
+++ plog/branches/lifetype-1.2/class/dao/bloginfo.class.php	2007-03-30 20:12:47 UTC (rev 5233)
@@ -722,6 +722,7 @@
 			$this->_usersInfo = null;
 			$this->_category  = null;
 			$this->_locale    = null;
+			$this->_blogLocale = null;
 			//return( get_object_vars( $this ));
 			return( parent::__sleep());
 		}



More information about the pLog-svn mailing list