mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 20:11:29 +00:00
outputHeadlinesList: don't try to force update categories
This commit is contained in:
@@ -4972,7 +4972,7 @@
|
|||||||
catchupArticlesById($link, $ids, $cmode);
|
catchupArticlesById($link, $ids, $cmode);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($subop == "ForceUpdate" && sprintf("%d", $feed) > 0) {
|
if ($subop == "ForceUpdate" && sprintf("%d", $feed) > 0 && !$cat_view) {
|
||||||
update_generic_feed($link, $feed, $cat_view, true);
|
update_generic_feed($link, $feed, $cat_view, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user