summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-10 14:07:02 +0300
committerAndrew Dolgov <[email protected]>2010-11-10 14:07:02 +0300
commitbd40aca6c035f0ded6802b3655b55a890bd95956 (patch)
treed9803aa02d68914303851107a6bfaba6a1960d22 /functions.php
parentb3990c92e7dc4dc051aac0a444e8f6e13777ecc6 (diff)
outputHeadlinesList: don't try to force update categories
Diffstat (limited to 'functions.php')
-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);
}