diff --git a/include/functions.php b/include/functions.php index f2eeb976b..7cc792e63 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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"]);