Explorar o código

Hotfix 1.3.7.1

trendschau %!s(int64=5) %!d(string=hai) anos
pai
achega
51564e5a85
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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
     	$langs = [];

+ 1 - 1
system/Translations.php

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