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

mark at devel.lifetype.net mark at devel.lifetype.net
Sun May 28 13:36:32 GMT 2006


Author: mark
Date: 2006-05-28 13:36:32 +0000 (Sun, 28 May 2006)
New Revision: 3467

Modified:
   plog/trunk/class/plugin/pluginmanager.class.php
Log:
Fixed a typo. Should be pluginId, not blogId.

Modified: plog/trunk/class/plugin/pluginmanager.class.php
===================================================================
--- plog/trunk/class/plugin/pluginmanager.class.php	2006-05-28 13:35:26 UTC (rev 3466)
+++ plog/trunk/class/plugin/pluginmanager.class.php	2006-05-28 13:36:32 UTC (rev 3467)
@@ -144,7 +144,7 @@
 		 */
 		function pluginIsRegistered( $pluginId )
 		{
-			return( array_key_exists( $blogId, $this->_pluginList ));
+			return( array_key_exists( $pluginId, $this->_pluginList ));
 		}
 		
 		/**



More information about the pLog-svn mailing list