1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 21:38:25 +01:00

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;
}
}
}