mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:45:55 +00:00
enable prefs cache in single user mode
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
require_once "config.php";
|
||||
require_once "db.php";
|
||||
|
||||
if (!defined('DISABLE_SESSIONS') && !SINGLE_USER_MODE) {
|
||||
if (!defined('DISABLE_SESSIONS')) {
|
||||
if (!$_SESSION["prefs_cache"])
|
||||
$_SESSION["prefs_cache"] = array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user