[pLog-svn] r5387 - plog/branches/lifetype-1.2/class/plugin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu May 10 23:20:21 EDT 2007


Author: jondaley
Date: 2007-05-10 23:20:21 -0400 (Thu, 10 May 2007)
New Revision: 5387

Modified:
   plog/branches/lifetype-1.2/class/plugin/pluginbase.class.php
Log:
typo

Modified: plog/branches/lifetype-1.2/class/plugin/pluginbase.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/plugin/pluginbase.class.php	2007-05-11 03:19:45 UTC (rev 5386)
+++ plog/branches/lifetype-1.2/class/plugin/pluginbase.class.php	2007-05-11 03:20:21 UTC (rev 5387)
@@ -90,7 +90,7 @@
     	/**
          * Constructor. Feel free to do here whatever you need to.
 		 *
-		 * @param source Only defined to be 'blog' or 'admin'. This parameter should be used to determine
+		 * @param source Only defined to be 'index' or 'admin'. This parameter should be used to determine
 		 * whether it is index.php registering this plugin ("index") or admin.php doing it ("admin") so that
 		 * we can perform different things. This means that the plugin can be initialized in two different ways
 		 * depending on whether we're being called via index.php or via admin.php so things like menu entries
@@ -322,7 +322,7 @@
 			$pm =& PluginManager::getPluginManager();
 			return( $pm->notifyEvent( $eventType, $params ));
 		}
-		
+
 		/**
 		 * this method should be implemented by plugins, and will tell the plugin manager 
 		 * which configuration settings are stored in the database by this plugin. This will be



More information about the pLog-svn mailing list