[pLog-svn] r5475 - plog/branches/lifetype-1.2/class/summary/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Jun 1 15:25:41 EDT 2007


Author: oscar
Date: 2007-06-01 15:25:41 -0400 (Fri, 01 Jun 2007)
New Revision: 5475

Modified:
   plog/branches/lifetype-1.2/class/summary/action/dousercreation.class.php
Log:
A typo in the name of the field caused it not to be filtered as expected.

Modified: plog/branches/lifetype-1.2/class/summary/action/dousercreation.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/summary/action/dousercreation.class.php	2007-06-01 18:54:09 UTC (rev 5474)
+++ plog/branches/lifetype-1.2/class/summary/action/dousercreation.class.php	2007-06-01 19:25:41 UTC (rev 5475)
@@ -27,7 +27,7 @@
 			$this->_request->registerFilter( "userFullName", $f );
 			$this->_request->registerFilter( "userEmail", $f );
 			$this->_request->registerFilter( "userPassword", $f );
-			$this->_request->registerFilter( "confirmPassword", $f );
+			$this->_request->registerFilter( "userPasswordCheck", $f );
 			
 			// data validation and stuff like that :)
 			$this->registerFieldValidator( "userName", new UsernameValidator());



More information about the pLog-svn mailing list