[pLog-svn] r5247 - plog/branches/lifetype-1.2

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Mar 31 11:47:08 EDT 2007


Author: oscar
Date: 2007-03-31 11:47:08 -0400 (Sat, 31 Mar 2007)
New Revision: 5247

Modified:
   plog/branches/lifetype-1.2/wizard.php
Log:
Added a missing include, generated only when installing with a user data provider other than LT's own.

Modified: plog/branches/lifetype-1.2/wizard.php
===================================================================
--- plog/branches/lifetype-1.2/wizard.php	2007-03-31 15:33:13 UTC (rev 5246)
+++ plog/branches/lifetype-1.2/wizard.php	2007-03-31 15:47:08 UTC (rev 5247)
@@ -67,7 +67,8 @@
 	include_once( PLOG_CLASS_PATH."class/dao/permissions.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/userpermissions.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/permission.class.php" );
-	include_once( PLOG_CLASS_PATH."class/dao/userpermission.class.php" );			
+	include_once( PLOG_CLASS_PATH."class/dao/userpermission.class.php" );
+	include_once( PLOG_CLASS_PATH."class/dao/userinfo.class.php" );
     
     // table schemas
     include_once( PLOG_CLASS_PATH."install/dbschemas.properties.php" );



More information about the pLog-svn mailing list