From c2f0f24e4c4577944b563f3c0af92a8ed89b8e61 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 May 2017 15:41:38 +0300 Subject: move digest stuff to Digest class --- include/rssfuncs.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/rssfuncs.php') 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; -- cgit v1.2.3-54-g00ecf