From 040aa5408a6556326ab1ca3e50c1563c97f7a2db Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 7 Dec 2015 15:06:32 +0300 Subject: [PATCH] fix previous, owner_uid not passed in daemon context --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 8dfdbf01..56a16ec6 100755 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -701,7 +701,7 @@ $article_labels = get_article_labels($base_entry_id, $owner_uid); $entry_language = db_fetch_result($result, 0, "lang"); - $existing_tags = get_article_tags($base_entry_id); + $existing_tags = get_article_tags($base_entry_id, $owner_uid); $entry_tags = array_unique(array_merge($entry_tags, $existing_tags)); } else { -- 2.39.2