From bb894b29902f78e298c43a8d6a6ac19a856456a8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 30 Oct 2012 14:59:09 +0400 Subject: fix update stopped by get_article_labels() --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rssfuncs.php') 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 -- cgit v1.2.3