From: Andrew Dolgov Date: Sat, 17 Jan 2009 16:17:38 +0000 (+0100) Subject: headlines-unread: fix ccache usage X-Git-Tag: 1.3.0~115 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cfcb7d4276234d422063753f55e23dedfcf40522;p=tt-rss.git headlines-unread: fix ccache usage --- diff --git a/backend.php b/backend.php index 67f254a1..67990a2a 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);