mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 00:17:11 +00:00
move counter cache to a separate class
fix references to get_article_tags
This commit is contained in:
@@ -297,7 +297,7 @@ class API extends Handler {
|
||||
WHERE ref_id IN ($article_ids)");
|
||||
|
||||
while ($line = $this->dbh->fetch_assoc($result)) {
|
||||
ccache_update($line["feed_id"], $_SESSION["uid"]);
|
||||
CCache::update($line["feed_id"], $_SESSION["uid"]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user