remove usage of undefined DIGEST_DAYS_BACK
This commit is contained in:
parent
1c2d719341
commit
5430c959d4
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue