summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}