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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Oct 23 13:44:30 GMT 2006


Author: oscar
Date: 2006-10-23 13:44:30 +0000 (Mon, 23 Oct 2006)
New Revision: 4177

Modified:
   plog/trunk/class/dao/userinfo.class.php
Log:
fixed an issue with a missing class


Modified: plog/trunk/class/dao/userinfo.class.php
===================================================================
--- plog/trunk/class/dao/userinfo.class.php	2006-10-23 13:43:57 UTC (rev 4176)
+++ plog/trunk/class/dao/userinfo.class.php	2006-10-23 13:44:30 UTC (rev 4177)
@@ -2,6 +2,7 @@
 
 	lt_include( PLOG_CLASS_PATH."class/database/dbobject.class.php" );
 	lt_include( PLOG_CLASS_PATH."class/dao/userstatus.class.php" );
+	lt_include( PLOG_CLASS_PATH."class/dao/userpermission.class.php" );	
 
     /**
      * Represents a user in our application. Includes information such as the username,



More information about the pLog-svn mailing list