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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Apr 11 21:17:45 GMT 2005


Author: oscar
Date: 2005-04-11 21:17:45 +0000 (Mon, 11 Apr 2005)
New Revision: 1816

Modified:
   plog/branches/plog-1.1-ben/class/summary/dao/summarystats.class.php
Log:
fixed the lists of most recent posts, turns out that a few includes were missing


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-11 21:00:41 UTC (rev 1815)
+++ plog/branches/plog-1.1-ben/class/summary/dao/summarystats.class.php	2005-04-11 21:17:45 UTC (rev 1816)
@@ -5,6 +5,8 @@
     include_once( PLOG_CLASS_PATH."class/dao/blogs.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/articlecommentstatus.class.php" );
+	include_once( PLOG_CLASS_PATH."class/dao/articlestatus.class.php" );
+	include_once( PLOG_CLASS_PATH."class/dao/blogstatus.class.php" );
 	
 	/**
 	 * maximum number of items that will be shown per page in the summary




More information about the pLog-svn mailing list