aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-31 22:25:43 +0100
committerGravatar GitHub <noreply@github.com> 2023-10-31 22:25:43 +0100
commita5748ad74f1c13eda0efd82e6b9f8392bbe3770b (patch)
tree7f0c062cc98d7d58a13b5cec8e0e08b47fd67860 /lib
parent0234f4e40b961b85d6d79afad1b9ccd78c4c4ce8 (diff)
Fix lang_name (#5798)
fix https://github.com/FreshRSS/FreshRSS/issues/5797
Diffstat (limited to 'lib')
-rw-r--r--lib/Minz/Translate.php2
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.