mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:45:55 +00:00
article: unify naming
This commit is contained in:
@@ -60,7 +60,7 @@ class Labels
|
||||
self::clear_cache($id);
|
||||
|
||||
if (!$labels)
|
||||
$labels = Article::get_article_labels($id);
|
||||
$labels = Article::_get_labels($id);
|
||||
|
||||
$labels = json_encode($labels);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user