summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-17 17:17:38 +0100
committerAndrew Dolgov <[email protected]>2009-01-17 17:17:38 +0100
commitcfcb7d4276234d422063753f55e23dedfcf40522 (patch)
tree1b16235aede1199c2fb1c9ac643d50f4841413be /backend.php
parentced46404c7379cc080e7c4a0f0a8bb8f37f4ae00 (diff)
headlines-unread: fix ccache usage
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 67f254a19..67990a2a9 100644
--- a/backend.php
+++ b/backend.php
@@ -320,7 +320,8 @@
print "<headlines-count value=\"$headlines_count\"/>";
print "<vgroup-last-feed value=\"$vgroup_last_feed\"/>";
- $headlines_unread = ccache_find($link, $returned_feed, $_SESSION["uid"]);
+ $headlines_unread = ccache_find($link, $returned_feed, $_SESSION["uid"],
+ $cat_view);
print "<headlines-unread value=\"$headlines_unread\"/>";
printf("<disable-cache value=\"%d\"/>", $disable_cache);