summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoraedrin <[email protected]>2013-10-15 18:06:44 +0200
committeraedrin <[email protected]>2013-10-15 18:06:44 +0200
commit68349f55df082dc1d1ae3e6d4710653eb11e8817 (patch)
tree9432cc7d0684e16c81006bcd8974e0aa63ad7464 /include
parent788cf0a1b1a8a7fc3561bc8eb3347ce204f2120f (diff)
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)
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 663d9351b..7c98055a6 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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;