From: Andrew Dolgov Date: Wed, 10 Nov 2010 11:07:02 +0000 (+0300) Subject: outputHeadlinesList: don't try to force update categories X-Git-Tag: 1.5.0~316 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bd40aca6c035f0ded6802b3655b55a890bd95956;p=tt-rss.git outputHeadlinesList: don't try to force update categories --- diff --git a/functions.php b/functions.php index a5d3a7cf..04425ab0 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); }