summaryrefslogtreecommitdiff
path: root/include/digest.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/digest.php')
-rw-r--r--include/digest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/digest.php b/include/digest.php
index ff5d77f10..2c7f81cd9 100644
--- a/include/digest.php
+++ b/include/digest.php
@@ -60,7 +60,7 @@
if ($rc && $do_catchup) {
if ($debug) _debug("Marking affected articles as read...");
- catchupArticlesById($affected_ids, 0, $line["id"]);
+ Article::catchupArticlesById($affected_ids, 0, $line["id"]);
}
} else {
if ($debug) _debug("No headlines");