From: Andrew Dolgov Date: Tue, 15 May 2007 06:25:40 +0000 (+0100) Subject: properly unmark updated articles when reading X-Git-Tag: schema_freeze_for_1.2.11~49 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=53761dda370de2d37dfd2cb1446b1c634b26abf2;p=tt-rss.git properly unmark updated articles when reading --- diff --git a/backend.php b/backend.php index f83b71d5..6f37085f 100644 --- a/backend.php +++ b/backend.php @@ -157,7 +157,7 @@ if ($mode == "") { outputArticleXML($link, $id, $feed_id); - } else if ($mode == "prefetch") { + } else { catchupArticleById($link, $id, 0); }