diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-10 14:07:02 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-10 14:07:02 +0300 |
| commit | bd40aca6c035f0ded6802b3655b55a890bd95956 (patch) | |
| tree | d9803aa02d68914303851107a6bfaba6a1960d22 | |
| parent | b3990c92e7dc4dc051aac0a444e8f6e13777ecc6 (diff) | |
outputHeadlinesList: don't try to force update categories
| -rw-r--r-- | functions.php | 2 |
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); } |