[pLog-svn] r2329 - plugins/trunk/karma/class/action

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Jul 14 20:01:31 GMT 2005


Author: oscar
Date: 2005-07-14 20:01:30 +0000 (Thu, 14 Jul 2005)
New Revision: 2329

Modified:
   plugins/trunk/karma/class/action/adminkarmapluginupdatesettingsaction.class.php
Log:
added a missing include


Modified: plugins/trunk/karma/class/action/adminkarmapluginupdatesettingsaction.class.php
===================================================================
--- plugins/trunk/karma/class/action/adminkarmapluginupdatesettingsaction.class.php	2005-07-14 20:00:55 UTC (rev 2328)
+++ plugins/trunk/karma/class/action/adminkarmapluginupdatesettingsaction.class.php	2005-07-14 20:01:30 UTC (rev 2329)
@@ -6,6 +6,7 @@
 	include_once( PLOG_CLASS_PATH."class/dao/blogs.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/customfields/customfields.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/customfields/customfield.class.php" );
+	include_once( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );
 
     class AdminKarmaPluginUpdateSettingsAction extends BlogOwnerAdminAction 
 	{




More information about the pLog-svn mailing list