summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-30 14:59:09 +0400
committerAndrew Dolgov <[email protected]>2012-10-30 14:59:09 +0400
commitbb894b29902f78e298c43a8d6a6ac19a856456a8 (patch)
treeaacca15e72a138c4b8430bbfc231d0541f84d9f0 /include/rssfuncs.php
parent3fc6e71ac862242a571a28d3b6efdd6e82a3cb77 (diff)
fix update stopped by get_article_labels()
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index e90b3cc07..12099293c 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -875,7 +875,7 @@
}
}
- $article_labels = get_article_labels($link, $entry_ref_id);
+ $article_labels = get_article_labels($link, $entry_ref_id, $owner_uid);
if (find_article_filter($article_filters, "filter")) {
db_query($link, "COMMIT"); // close transaction in progress