[pLog-svn] r3546 - plog/trunk/class/data/validator

reto at devel.lifetype.net reto at devel.lifetype.net
Tue Jun 6 21:34:53 GMT 2006


Author: reto
Date: 2006-06-06 21:34:52 +0000 (Tue, 06 Jun 2006)
New Revision: 3546

Modified:
   plog/trunk/class/data/validator/passwordvalidator.class.php
Log:
forgot to adjust the include in the previous commit...

Modified: plog/trunk/class/data/validator/passwordvalidator.class.php
===================================================================
--- plog/trunk/class/data/validator/passwordvalidator.class.php	2006-06-06 21:33:48 UTC (rev 3545)
+++ plog/trunk/class/data/validator/passwordvalidator.class.php	2006-06-06 21:34:52 UTC (rev 3546)
@@ -3,7 +3,7 @@
 	include_once( PLOG_CLASS_PATH."class/data/validator/validator.class.php" );
     include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/rules/nonemptyrule.class.php" );
-    include_once( PLOG_CLASS_PATH."class/data/validator/rules/rangerule.class.php" );    
+    include_once( PLOG_CLASS_PATH."class/data/validator/rules/stringrangerule.class.php" );    
 
     define( "MIN_PASSWORD_LENGTH_DEFAULT", 6 );
 



More information about the pLog-svn mailing list