[pLog-svn] r4774 - plog/branches/lifetype-1.2/class/security

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Feb 18 15:52:27 EST 2007


Author: oscar
Date: 2007-02-18 15:52:26 -0500 (Sun, 18 Feb 2007)
New Revision: 4774

Modified:
   plog/branches/lifetype-1.2/class/security/pipeline.class.php
Log:
Code cleanup.

Modified: plog/branches/lifetype-1.2/class/security/pipeline.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/security/pipeline.class.php	2007-02-18 20:51:42 UTC (rev 4773)
+++ plog/branches/lifetype-1.2/class/security/pipeline.class.php	2007-02-18 20:52:26 UTC (rev 4774)
@@ -69,12 +69,7 @@
             $this->_httpRequest = $httpRequest;
             $this->_blogInfo    = $blogInfo;
             
-            //global $_pLogPipelineRegisteredFilters;
-            //$_pLogPipelineRegisteredFilters = Array();
-
-            $this->_registerDefaultFilters();
-
-            $this->_result;
+            $this->_registerDefaultFilters();;
         }
         
         /**



More information about the pLog-svn mailing list