1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 00:45:55 +00:00

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

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);
} }