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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Feb 18 15:42:52 EST 2007


Author: oscar
Date: 2007-02-18 15:42:51 -0500 (Sun, 18 Feb 2007)
New Revision: 4766

Modified:
   plog/branches/lifetype-1.2/class/plugin/pluginmanager.class.php
Log:
Another very minor optimization.

Modified: plog/branches/lifetype-1.2/class/plugin/pluginmanager.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/plugin/pluginmanager.class.php	2007-02-18 20:36:58 UTC (rev 4765)
+++ plog/branches/lifetype-1.2/class/plugin/pluginmanager.class.php	2007-02-18 20:42:51 UTC (rev 4766)
@@ -202,7 +202,7 @@
 					$pluginFileName = "plugin".$pluginId.".class.php";
 					$pluginFullPath = PLOG_CLASS_PATH."$pluginFile/$pluginFileName";
 					// and try to include it
-					if( File::isReadable( $pluginFile."/".$pluginFileName )) {
+					if( File::isReadable( $pluginFullPath )) {
 						$pluginList[] = $pluginId;
 					}
 				}



More information about the pLog-svn mailing list