[pLog-svn] r3793 - plugins/branches/lifetype-1.0/hostblock/class/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Jul 24 17:48:40 GMT 2006


Author: jondaley
Date: 2006-07-24 17:48:39 +0000 (Mon, 24 Jul 2006)
New Revision: 3793

Modified:
   plugins/branches/lifetype-1.0/hostblock/class/action/adminaddblockedhostaction.class.php
Log:
missing include

Modified: plugins/branches/lifetype-1.0/hostblock/class/action/adminaddblockedhostaction.class.php
===================================================================
--- plugins/branches/lifetype-1.0/hostblock/class/action/adminaddblockedhostaction.class.php	2006-07-24 17:07:06 UTC (rev 3792)
+++ plugins/branches/lifetype-1.0/hostblock/class/action/adminaddblockedhostaction.class.php	2006-07-24 17:48:39 UTC (rev 3793)
@@ -2,6 +2,7 @@
 
 	include_once( PLOG_CLASS_PATH."class/action/admin/siteadminaction.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."plugins/hostblock/class/dao/blockedhosts.class.php" );
     include_once( PLOG_CLASS_PATH."plugins/hostblock/class/view/adminnewblockedhostview.class.php" );
     include_once( PLOG_CLASS_PATH."plugins/hostblock/class/view/adminblockedhostsview.class.php" );    



More information about the pLog-svn mailing list