From: Andrew Dolgov Date: Sat, 17 Jan 2009 17:07:13 +0000 (+0100) Subject: enable ccache_update() in viewfeed X-Git-Tag: 1.3.0~111 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cd4cc9f6e4040a3f8987287139e2d5aa4180b25d;p=tt-rss.git enable ccache_update() in viewfeed --- diff --git a/backend.php b/backend.php index 1a76c4f6..5d25ba30 100644 --- a/backend.php +++ b/backend.php @@ -270,9 +270,7 @@ $csync = $_GET["csync"]; $order_by = db_escape_string($_GET["order_by"]); -// if (!$cat_view) { -// ccache_update($link, $feed, $_SESSION["uid"], $cat_view); -// } + ccache_update($link, $feed, $_SESSION["uid"], $cat_view); set_pref($link, "_DEFAULT_VIEW_MODE", $view_mode); set_pref($link, "_DEFAULT_VIEW_LIMIT", $limit);