1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00

fix previous, owner_uid not passed in daemon context

This commit is contained in:
Andrew Dolgov 2015-12-07 15:06:32 +03:00
parent a8ac766132
commit 040aa5408a

View File

@ -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 {