mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 18:31:30 +00:00
login_sequence: flush prefs_cache
This commit is contained in:
@@ -720,6 +720,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function login_sequence($link, $login_form = 0) {
|
function login_sequence($link, $login_form = 0) {
|
||||||
|
$_SESSION["prefs_cache"] = false;
|
||||||
|
|
||||||
if (SINGLE_USER_MODE) {
|
if (SINGLE_USER_MODE) {
|
||||||
authenticate_user($link, "admin", null);
|
authenticate_user($link, "admin", null);
|
||||||
load_user_plugins($link, $_SESSION["uid"]);
|
load_user_plugins($link, $_SESSION["uid"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user