mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
move get_article_labels to Article
This commit is contained in:
@@ -350,7 +350,7 @@ class Feeds extends Handler_Protected {
|
||||
}
|
||||
}
|
||||
|
||||
if (!is_array($labels)) $labels = get_article_labels($id);
|
||||
if (!is_array($labels)) $labels = Article::get_article_labels($id);
|
||||
|
||||
$labels_str = "<span class=\"HLLCTR-$id\">";
|
||||
$labels_str .= Article::format_article_labels($labels);
|
||||
|
||||
Reference in New Issue
Block a user