ccache_update: properly call ccache_update_all() when dealing with a label (fix for cat_id 0)

master
Andrew Dolgov 16 years ago
parent 43ead405d4
commit c5ffeb6169

@ -5934,6 +5934,10 @@
ccache_update($link, $line["feed_id"], $owner_uid, true); ccache_update($link, $line["feed_id"], $owner_uid, true);
} }
/* We have to manually include category 0 */
ccache_update($link, 0, $owner_uid, true);
} else { } else {
$result = db_query($link, "SELECT feed_id FROM ttrss_counters_cache $result = db_query($link, "SELECT feed_id FROM ttrss_counters_cache

Loading…
Cancel
Save