summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-04 15:41:38 +0300
committerAndrew Dolgov <[email protected]>2017-05-04 15:41:38 +0300
commitc2f0f24e4c4577944b563f3c0af92a8ed89b8e61 (patch)
tree04da5ad8bb0aed2202cb490352bc2c9a6b1ef188 /include/rssfuncs.php
parent0086a8974069efb38ad1345a74e568e001f17f92 (diff)
move digest stuff to Digest class
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;