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