mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 18:09:14 +00:00
call purge_orphans from daemon main loop function
This commit is contained in:
@@ -44,9 +44,6 @@
|
||||
// Update all feeds needing a update.
|
||||
update_daemon_common($link);
|
||||
|
||||
// Send feed digests by email if needed.
|
||||
if (DAEMON_SENDS_DIGESTS) send_headlines_digests($link);
|
||||
|
||||
db_close($link);
|
||||
|
||||
unlink(LOCK_DIRECTORY . "/$lock_filename");
|
||||
|
||||
Reference in New Issue
Block a user