properly unmark updated articles when reading

This commit is contained in:
Andrew Dolgov 2007-05-15 07:25:40 +01:00
parent df9e0a3b46
commit 53761dda37
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
if ($mode == "") { if ($mode == "") {
outputArticleXML($link, $id, $feed_id); outputArticleXML($link, $id, $feed_id);
} else if ($mode == "prefetch") { } else {
catchupArticleById($link, $id, 0); catchupArticleById($link, $id, 0);
} }