瀏覽代碼

Hotfix 1.3.7.1

trendschau 5 年之前
父節點
當前提交
51564e5a85
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      system/Settings.php
  2. 1 1
      system/Translations.php

+ 1 - 1
system/Settings.php

@@ -95,7 +95,7 @@ class Settings
 	}
 	}
 
 
 
 
-  	public function whichLanguage()
+  	public static function whichLanguage()
   	{
   	{
     	# Check which languages are available
     	# Check which languages are available
     	$langs = [];
     	$langs = [];

+ 1 - 1
system/Translations.php

@@ -86,4 +86,4 @@ class Translations
     return $labels;
     return $labels;
   }
   }
 
 
-}
+}