[pLog-svn] r3721 - plog/trunk/class/dao

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jul 12 01:16:23 GMT 2006


Author: jondaley
Date: 2006-07-12 01:16:22 +0000 (Wed, 12 Jul 2006)
New Revision: 3721

Modified:
   plog/trunk/class/dao/bloginfo.class.php
Log:
fixes 979, where bloglist on the summary wasn't showing the users for the blog, but only the owner.

Modified: plog/trunk/class/dao/bloginfo.class.php
===================================================================
--- plog/trunk/class/dao/bloginfo.class.php	2006-07-11 23:29:29 UTC (rev 3720)
+++ plog/trunk/class/dao/bloginfo.class.php	2006-07-12 01:16:22 UTC (rev 3721)
@@ -62,7 +62,7 @@
             $this->_totalPosts = 0;
             $this->_totalTrackbacks = 0;
             $this->_totalComments = 0;
-            $this->_usersInfo = array();
+            $this->_usersInfo = null;
             
             $t = new Timestamp();
             $this->_createDate = $t->getTimestamp();



More information about the pLog-svn mailing list