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

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Jul 10 12:15:16 GMT 2006


Author: mark
Date: 2006-07-10 12:15:16 +0000 (Mon, 10 Jul 2006)
New Revision: 3713

Modified:
   plog/trunk/class/dao/bloginfo.class.php
Log:
Fixed the bug http://bugs.lifetype.net/view.php?id=978.

Modified: plog/trunk/class/dao/bloginfo.class.php
===================================================================
--- plog/trunk/class/dao/bloginfo.class.php	2006-07-10 12:09:01 UTC (rev 3712)
+++ plog/trunk/class/dao/bloginfo.class.php	2006-07-10 12:15:16 UTC (rev 3713)
@@ -233,7 +233,7 @@
         function getUpdateDateObject()
         {
         	include_once( PLOG_CLASS_PATH."class/data/timestamp.class.php" );
-            return( new Timestamp( $this->_updateTimestamp ));
+            return( new Timestamp( $this->_updateDate ));
         }
         
         function getUpdateDate()



More information about the pLog-svn mailing list