summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-15 07:25:40 +0100
committerAndrew Dolgov <[email protected]>2007-05-15 07:25:40 +0100
commit53761dda370de2d37dfd2cb1446b1c634b26abf2 (patch)
treee23513308c612a735fe91e7f1a1b731e5c893590 /backend.php
parentdf9e0a3b46b9053f753b51cd19c5150b04a2bcf8 (diff)
properly unmark updated articles when reading
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index f83b71d5e..6f37085fa 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);
}