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
1 changed files with 1 additions and 1 deletions

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