summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index a5d3a7cf6..04425ab06 100644
--- a/functions.php
+++ b/functions.php
@@ -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);
}