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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user