update_rss_feed: properly close transaction when bailing out on filtered article (refs #210)
This commit is contained in:
parent
004523dda5
commit
ee4a98124e
|
@ -1154,6 +1154,7 @@
|
|||
}
|
||||
|
||||
if (find_article_filter($article_filters, "filter")) {
|
||||
db_query($link, "COMMIT"); // close transaction in progress
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue