[pLog-svn] r6483 - plog/branches/lifetype-1.2/class/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat May 24 15:42:18 EDT 2008


Author: jondaley
Date: 2008-05-24 15:42:18 -0400 (Sat, 24 May 2008)
New Revision: 6483

Modified:
   plog/branches/lifetype-1.2/class/action/addcommentaction.class.php
Log:
forgot to add include

Modified: plog/branches/lifetype-1.2/class/action/addcommentaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/addcommentaction.class.php	2008-05-24 19:39:22 UTC (rev 6482)
+++ plog/branches/lifetype-1.2/class/action/addcommentaction.class.php	2008-05-24 19:42:18 UTC (rev 6483)
@@ -6,6 +6,7 @@
     lt_include( PLOG_CLASS_PATH."class/dao/articlecategories.class.php" );
     lt_include( PLOG_CLASS_PATH."class/dao/articlenotifications.class.php" );
     lt_include( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );
+    lt_include( PLOG_CLASS_PATH."class/data/validator/usernamevalidator.class.php" );
     lt_include( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
     lt_include( PLOG_CLASS_PATH."class/data/validator/emailvalidator.class.php" );
     lt_include( PLOG_CLASS_PATH."class/data/validator/httpurlvalidator.class.php" );    



More information about the pLog-svn mailing list