summaryrefslogtreecommitdiff
path: root/classes/digest.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-15 15:52:28 +0300
committerAndrew Dolgov <[email protected]>2021-02-15 15:52:28 +0300
commit257efb43c6e32226280d8198acc946a2fc4c454f (patch)
tree5226f18bb05b7015ac9a2a40d9a8d6e2d02c7e58 /classes/digest.php
parent020f062a76746a313fae9c82fbcf9b37fcc9d459 (diff)
article: unify naming
Diffstat (limited to 'classes/digest.php')
-rw-r--r--classes/digest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/digest.php b/classes/digest.php
index 7790424ca..77eb92c54 100644
--- a/classes/digest.php
+++ b/classes/digest.php
@@ -68,7 +68,7 @@ class Digest
if ($rc && $do_catchup) {
Debug::log("Marking affected articles as read...");
- Article::catchupArticlesById($affected_ids, 0, $line["id"]);
+ Article::_catchup_by_id($affected_ids, 0, $line["id"]);
}
} else {
Debug::log("No headlines");
@@ -164,7 +164,7 @@ class Digest
$line['feed_title'] = $line['cat_title'] . " / " . $line['feed_title'];
}
- $article_labels = Article::get_article_labels($line["ref_id"], $user_id);
+ $article_labels = Article::_get_labels($line["ref_id"], $user_id);
$article_labels_formatted = "";
if (is_array($article_labels) && count($article_labels) > 0) {