summaryrefslogtreecommitdiff
path: root/classes/digest.php
diff options
context:
space:
mode:
authorwn_ <[email protected]>2021-11-12 01:50:40 +0000
committerwn_ <[email protected]>2021-11-12 01:50:40 +0000
commit57bf56f7945b639d0e39f4c7ad9da161a4a18888 (patch)
treed44ca0e3b19c7ebf04a00018ba1acb342f4809f2 /classes/digest.php
parenta0f37c3206fce8a1fb5a2d82d3d3206990ca1e9c (diff)
Address PHPStan warnings in 'classes/article.php'.
Also related changes in some other classes.
Diffstat (limited to 'classes/digest.php')
-rw-r--r--classes/digest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/digest.php b/classes/digest.php
index 7adf9b449..15203166b 100644
--- a/classes/digest.php
+++ b/classes/digest.php
@@ -62,7 +62,7 @@ class Digest
if ($rc && $do_catchup) {
Debug::log("Marking affected articles as read...");
- Article::_catchup_by_id($affected_ids, 0, $line["id"]);
+ Article::_catchup_by_id($affected_ids, Article::CATCHUP_MODE_MARK_AS_READ, $line["id"]);
}
} else {
Debug::log("No headlines");