summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-17 13:40:26 +0400
committerAndrew Dolgov <[email protected]>2013-10-17 13:40:26 +0400
commit3f7d1b58e639415f0a025fe04523ddb50e3b11f8 (patch)
tree6c59b8013af8e5f910899dae794225a741c51931
parent87065739cdc569bbcfe92ad6f0b6ebef3c72f3ec (diff)
parent3e928c06cd8f9c09d373ef2b40149bbd2f4d4105 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
-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;