From 4a0da0e5bf06e91cd3d461c98d54a0723ed0529c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 May 2017 15:26:21 +0300 Subject: move get_article_labels to Article --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rssfuncs.php') diff --git a/include/rssfuncs.php b/include/rssfuncs.php index a7d30d674..5e1bdd2cb 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -683,7 +683,7 @@ if (db_num_rows($result) != 0) { $base_entry_id = db_fetch_result($result, 0, "id"); $entry_stored_hash = db_fetch_result($result, 0, "content_hash"); - $article_labels = get_article_labels($base_entry_id, $owner_uid); + $article_labels = Article::get_article_labels($base_entry_id, $owner_uid); $entry_language = db_fetch_result($result, 0, "lang"); $existing_tags = Article::get_article_tags($base_entry_id, $owner_uid); -- cgit v1.2.3-54-g00ecf