From c5ffeb616923384cc04f3520c5a5c4eb658aa9e0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 18:06:27 +0100 Subject: ccache_update: properly call ccache_update_all() when dealing with a label (fix for cat_id 0) --- functions.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 36a3900e7..673b0b26e 100644 --- a/functions.php +++ b/functions.php @@ -5934,6 +5934,10 @@ ccache_update($link, $line["feed_id"], $owner_uid, true); } + /* We have to manually include category 0 */ + + ccache_update($link, 0, $owner_uid, true); + } else { $result = db_query($link, "SELECT feed_id FROM ttrss_counters_cache -- cgit v1.2.3