[pLog-svn] r3765 - plog/trunk/class/action

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Jul 21 06:49:41 GMT 2006


Author: mark
Date: 2006-07-21 06:49:40 +0000 (Fri, 21 Jul 2006)
New Revision: 3765

Modified:
   plog/trunk/class/action/searchaction.class.php
Log:
Add a missing include.

Modified: plog/trunk/class/action/searchaction.class.php
===================================================================
--- plog/trunk/class/action/searchaction.class.php	2006-07-20 21:32:44 UTC (rev 3764)
+++ plog/trunk/class/action/searchaction.class.php	2006-07-21 06:49:40 UTC (rev 3765)
@@ -7,6 +7,7 @@
     include_once( PLOG_CLASS_PATH."class/dao/searchengine.class.php" );
 	include_once( PLOG_CLASS_PATH."class/view/blogtemplatedview.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
+    include_once( PLOG_CLASS_PATH."class/data/textfilter.class.php" );
     include_once( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
 	include_once( PLOG_CLASS_PATH."class/view/errorview.class.php" );
 	include_once( PLOG_CLASS_PATH."class/data/pager/pager.class.php" );



More information about the pLog-svn mailing list