diff options
| author | 2023-10-31 22:25:43 +0100 | |
|---|---|---|
| committer | 2023-10-31 22:25:43 +0100 | |
| commit | a5748ad74f1c13eda0efd82e6b9f8392bbe3770b (patch) | |
| tree | 7f0c062cc98d7d58a13b5cec8e0e08b47fd67860 /lib | |
| parent | 0234f4e40b961b85d6d79afad1b9ccd78c4c4ce8 (diff) | |
Fix lang_name (#5798)
fix https://github.com/FreshRSS/FreshRSS/issues/5797
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/Translate.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
