[Fusionforge-commits] r11729 - branches/Branch_5_0/gforge/common/include

Olivier Berger olberger at libremir.placard.fr.eu.org
Thu Dec 9 09:53:12 CET 2010


Author: olberger
Date: 2010-12-09 09:53:12 +0100 (Thu, 09 Dec 2010)
New Revision: 11729

Modified:
   branches/Branch_5_0/gforge/common/include/Plugin.class.php
Log:
Fix getInstallDir() capitalization for pluginman to work


Modified: branches/Branch_5_0/gforge/common/include/Plugin.class.php
===================================================================
--- branches/Branch_5_0/gforge/common/include/Plugin.class.php	2010-12-09 08:38:30 UTC (rev 11728)
+++ branches/Branch_5_0/gforge/common/include/Plugin.class.php	2010-12-09 08:53:12 UTC (rev 11729)
@@ -55,11 +55,11 @@
 	}
 
 	/**
-	 * GetInstallDir() - get installation dir for the plugin
+	 * getInstallDir() - get installation dir for the plugin
 	 *
 	 * @return the directory where the plugin should be linked.
 	 */
-	function GetInstallDir () {
+	function getInstallDir() {
 		if (isset($this->installdir) && $this->installdir)
 			return $this->installdir;
 		else




More information about the Fusionforge-commits mailing list