[pLog-svn] r1735 - plog/branches/plog-1.1-ben/class/action

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 5 13:16:00 GMT 2005


Author: ork
Date: 2005-04-05 13:16:00 +0000 (Tue, 05 Apr 2005)
New Revision: 1735

Modified:
   plog/branches/plog-1.1-ben/class/action/addcommentaction.class.php
Log:
includes


Modified: plog/branches/plog-1.1-ben/class/action/addcommentaction.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/action/addcommentaction.class.php	2005-04-05 13:01:29 UTC (rev 1734)
+++ plog/branches/plog-1.1-ben/class/action/addcommentaction.class.php	2005-04-05 13:16:00 UTC (rev 1735)
@@ -4,12 +4,10 @@
     include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/articles.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/articlecategories.class.php" );
-    include_once( PLOG_CLASS_PATH."class/dao/articlecomments.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/articlenotifications.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/emailvalidator.class.php" );
-    include_once( PLOG_CLASS_PATH."class/net/client.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/textfilter.class.php" );
     include_once( PLOG_CLASS_PATH."class/view/errorview.class.php" );
     include_once( PLOG_CLASS_PATH."class/bayesian/bayesianfiltercore.class.php" );
@@ -137,6 +135,10 @@
          */
         function perform()
         {
+            include_once( PLOG_CLASS_PATH."class/dao/articlecomments.class.php" );
+            include_once( PLOG_CLASS_PATH."class/dao/usercomment.class.php" );
+            include_once( PLOG_CLASS_PATH."class/net/client.class.php" );
+
         	// need to check the ip of the client
             $clientIp = Client::getIp();
 




More information about the pLog-svn mailing list