summaryrefslogtreecommitdiff
path: root/db-prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'db-prefs.php')
-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();
}