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:
aedrin 2013-10-15 18:06:44 +02:00
parent 788cf0a1b1
commit 68349f55df
1 changed files with 1 additions and 0 deletions

View File

@ -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;