From 34c4e5fcab92f3c381f75cd5cd11a26c26c05166 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 08:01:58 +0100 Subject: properly pass cat_view to ccache_update() in viewfeed --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.php b/backend.php index b7419dede..33c3a45d4 100644 --- a/backend.php +++ b/backend.php @@ -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); -- cgit v1.2.3