[evolvis-commits] r11261: [#1238] Fixed a format issue↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 18:06:28 CET 2011


Author: mirabilos
Date: 2011-02-24 18:06:28 +0100 (Thu, 24 Feb 2011)
New Revision: 11261

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/common/include/Plugin.class
Log:
[#1238] Fixed a format issue


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/common/include/Plugin.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/common/include/Plugin.class	2011-02-24 17:06:27 UTC (rev 11260)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/common/include/Plugin.class	2011-02-24 17:06:28 UTC (rev 11261)
@@ -74,11 +74,11 @@
 	 */
 	function GetLanguagePath() {
 		if (file_exists ($GLOBALS['sys_plugins_path'].'/'.$this->name.'/common/languages/')) {
-				return ($GLOBALS['sys_plugins_path'].'/'.$this->name.'/common/languages/') ;
-		} else {
+			return ($GLOBALS['sys_plugins_path'].'/'.$this->name.'/common/languages/') ;
+	} else {
 		return $GLOBALS['sys_plugins_path'].'/'.$this->name.'/include/languages/';
-		}
 	}
+}
 
 	/**
 	 * GetSpecificLanguagePath() - get the path where we can find installation specific language files



More information about the evolvis-commits mailing list