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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Jan 31 18:47:43 EST 2008


Author: jondaley
Date: 2008-01-31 18:47:42 -0500 (Thu, 31 Jan 2008)
New Revision: 6184

Modified:
   plog/branches/lifetype-1.2/class/security/pipeline.class.php
Log:
fixed typo, fixes PHP_NOTICE.  removed extra call to _registerPostDefaultFilters.  Not sure why I had this here.

Modified: plog/branches/lifetype-1.2/class/security/pipeline.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/security/pipeline.class.php	2008-01-28 17:19:03 UTC (rev 6183)
+++ plog/branches/lifetype-1.2/class/security/pipeline.class.php	2008-01-31 23:47:42 UTC (rev 6184)
@@ -70,7 +70,6 @@
         {
             $this->_httpRequest = $httpRequest;
             $this->_blogInfo    = $blogInfo;
-            $this->_registerPostDefaultFilters();
         }
         
         /**
@@ -118,7 +117,7 @@
             lt_include( PLOG_CLASS_PATH . 'class/security/pipelinerequest.class.php' );
             lt_include( PLOG_CLASS_PATH . 'class/security/pipelineresult.class.php' );
             global $_pLogPipelineRegisteredFilters;        
-            static $defaultsRegistered = false;
+            static $defaultFiltersRegistered = false;
             
             // check if the pipeline is enabled
             $config =& Config::getConfig();



More information about the pLog-svn mailing list