From: Andrew Dolgov Date: Mon, 7 Dec 2015 12:06:32 +0000 (+0300) Subject: fix previous, owner_uid not passed in daemon context X-Git-Tag: 16.3~70^2~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=040aa5408a6556326ab1ca3e50c1563c97f7a2db;p=tt-rss.git fix previous, owner_uid not passed in daemon context --- 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 {