[pLog-svn] r986 - plog/trunk/class/plugin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Feb 7 17:56:35 GMT 2005


Author: oscar
Date: 2005-02-07 17:56:35 +0000 (Mon, 07 Feb 2005)
New Revision: 986

Modified:
   plog/trunk/class/plugin/pluginbase.class.php
Log:
fixed issue 225 (http://bugs.plogworld.net/view.php?id=225)

Modified: plog/trunk/class/plugin/pluginbase.class.php
===================================================================
--- plog/trunk/class/plugin/pluginbase.class.php	2005-02-07 07:46:37 UTC (rev 985)
+++ plog/trunk/class/plugin/pluginbase.class.php	2005-02-07 17:56:35 UTC (rev 986)
@@ -180,7 +180,7 @@
         function setBlogInfo( &$blogInfo )
         {
         	$this->blogInfo = $blogInfo;
-			if( $this->_blogInfo != null ) 
+			if( $this->blogInfo != null ) 
 				$this->blogSettings = $blogInfo->getSettings();
         }
 




More information about the pLog-svn mailing list