From 51564e5a8562c611a179479fd96ef1bee0b830c2 Mon Sep 17 00:00:00 2001 From: trendschau Date: Thu, 25 Jun 2020 07:51:52 +0200 Subject: [PATCH] Hotfix 1.3.7.1 --- system/Settings.php | 2 +- system/Translations.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/Settings.php b/system/Settings.php index e11c922..95ead28 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -95,7 +95,7 @@ class Settings } - public function whichLanguage() + public static function whichLanguage() { # Check which languages are available $langs = []; diff --git a/system/Translations.php b/system/Translations.php index 810c170..d1c09dc 100644 --- a/system/Translations.php +++ b/system/Translations.php @@ -86,4 +86,4 @@ class Translations return $labels; } -} +} \ No newline at end of file