summaryrefslogtreecommitdiff
path: root/db-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-16 16:24:18 +0300
committerAndrew Dolgov <[email protected]>2009-12-16 16:24:18 +0300
commitb987df9a7f64b272a17b32112f0a62b4b2ef8bd0 (patch)
tree7a1bc0ca9612152383a3e2f9effb8ec60730a1f4 /db-prefs.php
parent97f31c4810f42e49394d43be6b8ce65a6b6f62d7 (diff)
parent7af0309b7b2c581573fa90ff345d08928b1eba69 (diff)
Merge branch 'master' of /home/fox/public_html/testbox/tt-rss
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();
}