summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-16 14:36:37 +0300
committerAndrew Dolgov <[email protected]>2009-12-16 14:36:37 +0300
commitf5a5bae4633272d2adbdcdffb57db23df108c3e7 (patch)
tree64a36318435d5909756280faa22ac72c29dde99e
parentf1c2b672271642b2d008de35910813896dd092af (diff)
enable prefs cache in single user mode
-rw-r--r--db-prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-prefs.php b/db-prefs.php
index f9b57e6b1..659035e15 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();
}