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

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 12 10:55:33 GMT 2005


Author: ork
Date: 2005-04-12 10:55:32 +0000 (Tue, 12 Apr 2005)
New Revision: 1820

Modified:
   plog/branches/plog-1.1-ben/class/summary/dao/summarystats.class.php
Log:
added missing includes


Modified: plog/branches/plog-1.1-ben/class/summary/dao/summarystats.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/summary/dao/summarystats.class.php	2005-04-12 10:55:29 UTC (rev 1819)
+++ plog/branches/plog-1.1-ben/class/summary/dao/summarystats.class.php	2005-04-12 10:55:32 UTC (rev 1820)
@@ -249,6 +249,9 @@
          */
         function getRecentArticles( $maxPosts, $ignoreTopic = "", $ignoreText = "" )
         {
+            include_once( PLOG_CLASS_PATH . "class/data/timestamp.class.php" );
+            include_once( PLOG_CLASS_PATH."class/dao/articles.class.php" );
+
             $t      = new Timestamp();
             $date   = $t->getTimestamp();
 			$prefix = $this->getPrefix();




More information about the pLog-svn mailing list