From bd40aca6c035f0ded6802b3655b55a890bd95956 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Nov 2010 14:07:02 +0300 Subject: outputHeadlinesList: don't try to force update categories --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') 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); } -- cgit v1.2.3