mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-11-07 15:20:59 +01:00
Merge pull request #314 from aedrin/patch-1
Add missing translations in SINGLE_USER_MODE
This commit is contained in:
commit
3e928c06cd
@ -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…
x
Reference in New Issue
Block a user