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

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Thu Feb 22 04:53:42 EST 2007


Author: pwestbro
Date: 2007-02-22 04:53:42 -0500 (Thu, 22 Feb 2007)
New Revision: 4813

Modified:
   plog/branches/lifetype-1.2/class/plugin/pluginmanager.class.php
Log:
Added default source to loadPlugins


Modified: plog/branches/lifetype-1.2/class/plugin/pluginmanager.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/plugin/pluginmanager.class.php	2007-02-21 23:12:54 UTC (rev 4812)
+++ plog/branches/lifetype-1.2/class/plugin/pluginmanager.class.php	2007-02-22 09:53:42 UTC (rev 4813)
@@ -166,7 +166,7 @@
          *
 		 * @param source
          */
-        function loadPlugins( $source )
+        function loadPlugins( $source = "" )
         {				
 			$classLoader =& ResourceClassLoader::getLoader();
 			



More information about the pLog-svn mailing list