[pLog-svn] r3905 - plog/trunk/class/summary/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Aug 22 13:53:30 GMT 2006


Author: jondaley
Date: 2006-08-22 13:53:29 +0000 (Tue, 22 Aug 2006)
New Revision: 3905

Modified:
   plog/trunk/class/summary/action/summaryupdatepassword.class.php
Log:
missing include. fixes http://bugs.lifetype.net/view.php?id=1021

Modified: plog/trunk/class/summary/action/summaryupdatepassword.class.php
===================================================================
--- plog/trunk/class/summary/action/summaryupdatepassword.class.php	2006-08-21 02:50:24 UTC (rev 3904)
+++ plog/trunk/class/summary/action/summaryupdatepassword.class.php	2006-08-22 13:53:29 UTC (rev 3905)
@@ -2,6 +2,7 @@
 
 	include_once( PLOG_CLASS_PATH."class/summary/action/summaryaction.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
+    include_once( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );
 	include_once( PLOG_CLASS_PATH."class/data/validator/passwordvalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
 	include_once( PLOG_CLASS_PATH."class/summary/data/summarytools.class.php" );



More information about the pLog-svn mailing list