summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-12-07 15:06:32 +0300
committerAndrew Dolgov <[email protected]>2015-12-07 15:06:32 +0300
commit040aa5408a6556326ab1ca3e50c1563c97f7a2db (patch)
treed74c5868fb31bb4701dfaf571c4e6dcd03a50754 /include
parenta8ac766132fe940b9824b279c62ae924de0a6c10 (diff)
fix previous, owner_uid not passed in daemon context
Diffstat (limited to 'include')
-rwxr-xr-xinclude/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 8dfdbf01f..56a16ec6c 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 {