mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
move counter cache to a separate class
fix references to get_article_tags
This commit is contained in:
@@ -227,7 +227,7 @@ class Handler_Public extends Handler {
|
||||
if ($line['note']) $article['note'] = $line['note'];
|
||||
if ($article['author']) $article['author'] = $line['author'];
|
||||
|
||||
$tags = get_article_tags($line["id"], $owner_uid);
|
||||
$tags = Article::get_article_tags($line["id"], $owner_uid);
|
||||
|
||||
if (count($tags) > 0) {
|
||||
$article['tags'] = array();
|
||||
|
||||
Reference in New Issue
Block a user