From a5748ad74f1c13eda0efd82e6b9f8392bbe3770b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 31 Oct 2023 22:25:43 +0100 Subject: Fix lang_name (#5798) fix https://github.com/FreshRSS/FreshRSS/issues/5797 --- lib/Minz/Translate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Minz/Translate.php b/lib/Minz/Translate.php index 1bb2438d1..dfeee2ff9 100644 --- a/lib/Minz/Translate.php +++ b/lib/Minz/Translate.php @@ -18,7 +18,7 @@ class Minz_Translate { /** * $lang_name is the name of the current language to use. */ - private static string $lang_name; + private static string $lang_name = ''; /** * $lang_files is a list of registered i18n files. -- cgit v1.2.3