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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Nov 27 20:25:20 GMT 2005


Author: oscar
Date: 2005-11-27 20:25:20 +0000 (Sun, 27 Nov 2005)
New Revision: 2656

Modified:
   plog/trunk/class/dao/sitestatistics.class.php
Log:
Added a missing include.

Modified: plog/trunk/class/dao/sitestatistics.class.php
===================================================================
--- plog/trunk/class/dao/sitestatistics.class.php	2005-11-27 19:13:43 UTC (rev 2655)
+++ plog/trunk/class/dao/sitestatistics.class.php	2005-11-27 20:25:20 UTC (rev 2656)
@@ -1,5 +1,7 @@
 <?php
 
+	include_once( PLOG_CLASS_PATH."class/dao/model.class.php" );
+
 	/**
      * This class provides some statistics about the site.
 	 *




More information about the pLog-svn mailing list