[pLog-svn] r4446 - plog/branches/lifetype-1.1.4

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Dec 29 06:22:22 GMT 2006


Author: oscar
Date: 2006-12-29 06:22:21 +0000 (Fri, 29 Dec 2006)
New Revision: 4446

Modified:
   plog/branches/lifetype-1.1.4/wizard.php
Log:
possible fix for this: http://forums.lifetype.net/viewtopic.php?t=5663


Modified: plog/branches/lifetype-1.1.4/wizard.php
===================================================================
--- plog/branches/lifetype-1.1.4/wizard.php	2006-12-28 21:46:46 UTC (rev 4445)
+++ plog/branches/lifetype-1.1.4/wizard.php	2006-12-29 06:22:21 UTC (rev 4446)
@@ -1086,6 +1086,7 @@
             $dbPrefix = Db::getPrefix();
 
             $users = new Users();
+			include_once( PLOG_CLASS_PATH."class/dao/userinfo.class.php" );
             $user = new UserInfo( $this->_userName,
                                   $this->_userPassword,
                                   $this->_userEmail,



More information about the pLog-svn mailing list