1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

enable ccache_update() in viewfeed

This commit is contained in:
Andrew Dolgov
2009-01-17 18:07:13 +01:00
parent c5ffeb6169
commit cd4cc9f6e4

View File

@@ -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);