From: Andrew Dolgov Date: Wed, 16 Dec 2009 11:36:37 +0000 (+0300) Subject: enable prefs cache in single user mode X-Git-Tag: 1.4.0~183^2~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f5a5bae4633272d2adbdcdffb57db23df108c3e7;p=tt-rss.git enable prefs cache in single user mode --- diff --git a/db-prefs.php b/db-prefs.php index f9b57e6b..659035e1 100644 --- a/db-prefs.php +++ b/db-prefs.php @@ -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(); }