From cfcb7d4276234d422063753f55e23dedfcf40522 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 17:17:38 +0100 Subject: headlines-unread: fix ccache usage --- backend.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 67f254a19..67990a2a9 100644 --- a/backend.php +++ b/backend.php @@ -320,7 +320,8 @@ print ""; print ""; - $headlines_unread = ccache_find($link, $returned_feed, $_SESSION["uid"]); + $headlines_unread = ccache_find($link, $returned_feed, $_SESSION["uid"], + $cat_view); print ""; printf("", $disable_cache); -- cgit v1.2.3