fix session support for single user mode
This commit is contained in:
parent
60ed4c9ad5
commit
25db6c5191
|
@ -754,6 +754,7 @@
|
|||
$_SESSION["prefs_cache"] = false;
|
||||
|
||||
if (SINGLE_USER_MODE) {
|
||||
@session_start();
|
||||
authenticate_user($link, "admin", null);
|
||||
cache_prefs($link);
|
||||
load_user_plugins($link, $_SESSION["uid"]);
|
||||
|
|
Loading…
Reference in New Issue