[pLog-svn] r1712 - plog/branches/plog-1.1-ben/class/plugin

ork at devel.plogworld.net ork at devel.plogworld.net
Mon Apr 4 19:31:07 GMT 2005


Author: ork
Date: 2005-04-04 19:31:07 +0000 (Mon, 04 Apr 2005)
New Revision: 1712

Modified:
   plog/branches/plog-1.1-ben/class/plugin/pluginbase.class.php
Log:
added the necessary include


Modified: plog/branches/plog-1.1-ben/class/plugin/pluginbase.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/plugin/pluginbase.class.php	2005-04-04 17:53:17 UTC (rev 1711)
+++ plog/branches/plog-1.1-ben/class/plugin/pluginbase.class.php	2005-04-04 19:31:07 UTC (rev 1712)
@@ -18,7 +18,6 @@
 //    include_once( PLOG_CLASS_PATH."class/controller/blogcontroller.class.php" );
 //    include_once( PLOG_CLASS_PATH."class/action/blogaction.class.php" );
 //    include_once( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );
-//    include_once( PLOG_CLASS_PATH."class/security/pipeline.class.php" );
 //    include_once( PLOG_CLASS_PATH."class/security/pipelinerequest.class.php" );
 //    include_once( PLOG_CLASS_PATH."class/security/pipelineresult.class.php" );
 //    include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
@@ -234,6 +233,8 @@
          */
         function registerFilter( $filterName )
         {
+            include_once( PLOG_CLASS_PATH."class/security/pipeline.class.php" );
+
             Pipeline::registerFilter( $filterName );
             
             return true;




More information about the pLog-svn mailing list