[pLog-svn] r1860 - plog/trunk/class/security

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Apr 17 20:46:58 GMT 2005


Author: oscar
Date: 2005-04-17 20:46:58 +0000 (Sun, 17 Apr 2005)
New Revision: 1860

Modified:
   plog/trunk/class/security/pipeline.class.php
Log:
removed some unnecessary code

Modified: plog/trunk/class/security/pipeline.class.php
===================================================================
--- plog/trunk/class/security/pipeline.class.php	2005-04-17 20:33:59 UTC (rev 1859)
+++ plog/trunk/class/security/pipeline.class.php	2005-04-17 20:46:58 UTC (rev 1860)
@@ -115,23 +115,6 @@
         }
 
         /**
-         * Loads all the filters
-         * @private
-         */
-        /*function _addFilters()
-        {
-            global $_pLogPipelineRegisteredFilters;
-                        
-        	$pipelineRequest = new PipelineRequest( $this->_httpRequest, $this->_blogInfo );
-
-        	foreach( $_pLogPipelineRegisteredFilters as $filterClass ) {
-            	array_push( $this->_filters, new $filterClass( $pipelineRequest ));
-            }
-
-            return true;
-        }*/
-
-        /**
          * Processes the pipeline, using the request and blogInfo
          * objects as given in the constructor.
          */




More information about the pLog-svn mailing list