1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 15:09:15 +00:00

move digest stuff to Digest class

This commit is contained in:
Andrew Dolgov
2017-05-04 15:41:38 +03:00
parent 0086a89740
commit c2f0f24e4c
3 changed files with 19 additions and 18 deletions

View File

@@ -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;