mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:55:55 +00:00
fix update stopped by get_article_labels()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user