summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-15 09:14:13 -0700
committerAndrew Dolgov <[email protected]>2013-10-15 09:14:13 -0700
commit3e928c06cd8f9c09d373ef2b40149bbd2f4d4105 (patch)
tree9432cc7d0684e16c81006bcd8974e0aa63ad7464
parent788cf0a1b1a8a7fc3561bc8eb3347ce204f2120f (diff)
parent68349f55df082dc1d1ae3e6d4710653eb11e8817 (diff)
Merge pull request #314 from aedrin/patch-1
Add missing translations in SINGLE_USER_MODE
-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;