outputHeadlinesList: don't try to force update categories
This commit is contained in:
parent
b3990c92e7
commit
bd40aca6c0
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue