[pLog-svn] r2308 - plog/trunk/class/action

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jul 12 21:19:59 GMT 2005


Author: oscar
Date: 2005-07-12 21:19:58 +0000 (Tue, 12 Jul 2005)
New Revision: 2308

Modified:
   plog/trunk/class/action/defaultaction.class.php
Log:
added a missing include

Modified: plog/trunk/class/action/defaultaction.class.php
===================================================================
--- plog/trunk/class/action/defaultaction.class.php	2005-07-12 21:18:47 UTC (rev 2307)
+++ plog/trunk/class/action/defaultaction.class.php	2005-07-12 21:19:58 UTC (rev 2308)
@@ -112,6 +112,7 @@
                 $this->_view->setValue( "category", $category );			
 			
 
+			include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
             $users = new Users();
 
             // if we got a user user id, then we should first look up this id




More information about the pLog-svn mailing list