[pLog-svn] r1613 - plog/trunk

ork at devel.plogworld.net ork at devel.plogworld.net
Sat Mar 26 21:46:40 GMT 2005


Author: ork
Date: 2005-03-26 21:46:39 +0000 (Sat, 26 Mar 2005)
New Revision: 1613

Modified:
   plog/trunk/wizard.php
Log:
removed unused param


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2005-03-26 20:42:24 UTC (rev 1612)
+++ plog/trunk/wizard.php	2005-03-26 21:46:39 UTC (rev 1613)
@@ -1133,8 +1133,7 @@
 			                      $this->_userPassword, 
 								  $this->_userEmail, 
 								  "", 
-								  $this->_userFullName,
-								  $this->_properties );
+								  $this->_userFullName);
             $userId = $users->addUser( $user );
             if( !$userId ) {
                 $this->_view = new WizardView( "step3" );




More information about the pLog-svn mailing list