]> git.wh0rd.org - tt-rss.git/commitdiff
outputHeadlinesList: don't try to force update categories
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 10 Nov 2010 11:07:02 +0000 (14:07 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 10 Nov 2010 11:07:02 +0000 (14:07 +0300)
functions.php

index a5d3a7cf6667190e1590399fa0423c6606c625d0..04425ab0675c8e062d6d4f81fc8c6482c9488dc5 100644 (file)
                        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);
                }