Add missing translations in SINGLE_USER_MODE
In SINGLE_USER_MODE, some strings were untranslated. For instance "Loading, please wait..." and all strings in the "Actions" Menu ("Preferences...", "Search..." and so on)
This commit is contained in:
parent
788cf0a1b1
commit
68349f55df
1 changed files with 1 additions and 0 deletions
|
@ -819,6 +819,7 @@
|
|||
if (SINGLE_USER_MODE) {
|
||||
@session_start();
|
||||
authenticate_user("admin", null);
|
||||
startup_gettext();
|
||||
load_user_plugins($_SESSION["uid"]);
|
||||
} else {
|
||||
if (!validate_session()) $_SESSION["uid"] = false;
|
||||
|
|
Loading…
Reference in a new issue