login_sequence: flush prefs_cache
This commit is contained in:
parent
d147154cca
commit
75a316ab3c
|
@ -720,6 +720,8 @@
|
|||
}
|
||||
|
||||
function login_sequence($link, $login_form = 0) {
|
||||
$_SESSION["prefs_cache"] = false;
|
||||
|
||||
if (SINGLE_USER_MODE) {
|
||||
authenticate_user($link, "admin", null);
|
||||
load_user_plugins($link, $_SESSION["uid"]);
|
||||
|
|
Loading…
Reference in New Issue