]> git.wh0rd.org - tt-rss.git/commitdiff
enable prefs cache in single user mode
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 16 Dec 2009 11:36:37 +0000 (14:36 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 16 Dec 2009 11:36:37 +0000 (14:36 +0300)
db-prefs.php

index f9b57e6b11e9b863b3f6552c11223320b920738e..659035e15e9f326e4bc1e472ed05792602285acd 100644 (file)
@@ -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();
        }