summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-17 08:01:58 +0100
committerAndrew Dolgov <[email protected]>2009-01-17 08:01:58 +0100
commit34c4e5fcab92f3c381f75cd5cd11a26c26c05166 (patch)
tree993fccac16c647d46dcef51040ba6a1b689e036e /backend.php
parentb6d486a3a4ce5d4fb732ecd8a6b6942eaf2917b6 (diff)
properly pass cat_view to ccache_update() in viewfeed
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
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);