[pLog-svn] r2309 - plog/trunk/class/view/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jul 12 21:20:45 GMT 2005


Author: oscar
Date: 2005-07-12 21:20:44 +0000 (Tue, 12 Jul 2005)
New Revision: 2309

Modified:
   plog/trunk/class/view/admin/adminpostslistview.class.php
Log:
added a missing include

Modified: plog/trunk/class/view/admin/adminpostslistview.class.php
===================================================================
--- plog/trunk/class/view/admin/adminpostslistview.class.php	2005-07-12 21:19:58 UTC (rev 2308)
+++ plog/trunk/class/view/admin/adminpostslistview.class.php	2005-07-12 21:20:44 UTC (rev 2309)
@@ -7,6 +7,7 @@
     include_once( PLOG_CLASS_PATH."class/dao/articlestatus.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/pager/pager.class.php" );
     include_once( PLOG_CLASS_PATH.'class/data/timestamp.class.php' );
+    include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );    
 	
     /**
      * \ingroup View




More information about the pLog-svn mailing list