outputHeadlinesList: don't try to force update categories
This commit is contained in:
parent
b3990c92e7
commit
bd40aca6c0
1 changed files with 1 additions and 1 deletions
|
@ -4972,7 +4972,7 @@
|
|||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue