[pLog-svn] r2155 - plugins/trunk/mobile/class/action

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jun 1 21:49:53 GMT 2005


Author: oscar
Date: 2005-06-01 21:49:53 +0000 (Wed, 01 Jun 2005)
New Revision: 2155

Modified:
   plugins/trunk/mobile/class/action/mobileaction.class.php
Log:
added a missing include


Modified: plugins/trunk/mobile/class/action/mobileaction.class.php
===================================================================
--- plugins/trunk/mobile/class/action/mobileaction.class.php	2005-06-01 21:42:00 UTC (rev 2154)
+++ plugins/trunk/mobile/class/action/mobileaction.class.php	2005-06-01 21:49:53 UTC (rev 2155)
@@ -3,6 +3,7 @@
     include_once( PLOG_CLASS_PATH."class/action/action.class.php" );
     include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
     include_once( MOBILE_PLOG_CLASS_PATH."class/net/mobilerequestgenerator.class.php" );
+    include_once( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );
 
     class MobileAction extends Action
     {




More information about the pLog-svn mailing list