[pLog-svn] r2045 - plog/branches/plog-1.1-ben/class/dao

ork at devel.plogworld.net ork at devel.plogworld.net
Sun May 22 16:46:23 GMT 2005


Author: ork
Date: 2005-05-22 16:46:23 +0000 (Sun, 22 May 2005)
New Revision: 2045

Modified:
   plog/branches/plog-1.1-ben/class/dao/mylink.class.php
Log:
another include missing


Modified: plog/branches/plog-1.1-ben/class/dao/mylink.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/dao/mylink.class.php	2005-05-22 16:39:58 UTC (rev 2044)
+++ plog/branches/plog-1.1-ben/class/dao/mylink.class.php	2005-05-22 16:46:23 UTC (rev 2045)
@@ -157,6 +157,8 @@
 		
         function setDate( $newDate )
         {
+            include_once( PLOG_CLASS_PATH."class/data/timestamp.class.php" );
+
             $this->_date = $newDate;
             $this->_timestamp = new Timestamp( $newDate );
         }
@@ -181,4 +183,4 @@
 			$this->_rssFeed = $rssFeed;
 		}
 }
-?>
\ No newline at end of file
+?>




More information about the pLog-svn mailing list