[pLog-svn] r2310 - plog/trunk/class/summary/action

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


Author: oscar
Date: 2005-07-12 21:21:18 +0000 (Tue, 12 Jul 2005)
New Revision: 2310

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

Modified: plog/trunk/class/summary/action/userprofileaction.class.php
===================================================================
--- plog/trunk/class/summary/action/userprofileaction.class.php	2005-07-12 21:20:44 UTC (rev 2309)
+++ plog/trunk/class/summary/action/userprofileaction.class.php	2005-07-12 21:21:18 UTC (rev 2310)
@@ -1,7 +1,6 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/summary/action/summaryaction.class.php" );
-    include_once( PLOG_CLASS_PATH."class/summary/dao/summarystats.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );   	
     include_once( PLOG_CLASS_PATH."class/summary/view/summarycachedview.class.php" );   	    
 
@@ -35,6 +34,9 @@
 				return true;
 			}
 			
+			// load the classes that we are going to need
+			include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
+			
 			// load some information about the user
 			$users = new Users();
 			$userInfo = $users->getUserInfoFromId( $this->_userId, true );




More information about the pLog-svn mailing list