mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 08:35:57 +00:00
remove usage of undefined DIGEST_DAYS_BACK
This commit is contained in:
@@ -2408,7 +2408,7 @@
|
||||
if (!DIGEST_ENABLE) return false;
|
||||
|
||||
$user_limit = DIGEST_EMAIL_LIMIT;
|
||||
$days = DIGEST_DAYS_BACK;
|
||||
$days = 1;
|
||||
|
||||
print "Sending digests, batch of max $user_limit users, days = $days, headline limit = $limit\n\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user