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

properly pass cat_view to ccache_update() in viewfeed

This commit is contained in:
Andrew Dolgov
2009-01-17 08:01:58 +01:00
parent b6d486a3a4
commit 34c4e5fcab

View File

@@ -270,7 +270,7 @@
$csync = $_GET["csync"];
$order_by = db_escape_string($_GET["order_by"]);
ccache_update($link, $feed, $_SESSION["uid"]);
ccache_update($link, $feed, $_SESSION["uid"], $cat_view);
set_pref($link, "_DEFAULT_VIEW_MODE", $view_mode);
set_pref($link, "_DEFAULT_VIEW_LIMIT", $limit);