Hotfix 1.3.7.1

This commit is contained in:
trendschau 2020-06-25 07:51:52 +02:00
parent 333c884f73
commit 51564e5a85
2 changed files with 2 additions and 2 deletions

View file

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

View file

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