summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 5e1bdd2cb..d816450fc 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -217,10 +217,8 @@
housekeeping_user($owner_uid);
}
- require_once "digest.php";
-
// Send feed digests by email if needed.
- send_headlines_digests($debug);
+ Digest::send_headlines_digests($debug);
return $nf;