mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:25:55 +00:00
ccache_update: properly call ccache_update_all() when dealing with a label (fix for cat_id 0)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user