mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
closes #3756
This commit is contained in:
@@ -20,10 +20,6 @@ var async = require('async'),
|
||||
return winston.verbose('[user/jobs] Did not send digests (' + interval + ') because subscription system is disabled.');
|
||||
}
|
||||
|
||||
if (!plugins.hasListeners('filter:email.send')) {
|
||||
return winston.error('[user/jobs] Did not send digests (' + interval + ') because no active email plugin was found.');
|
||||
}
|
||||
|
||||
if (!interval) {
|
||||
// interval is one of: day, week, month, or year
|
||||
interval = 'day';
|
||||
|
||||
Reference in New Issue
Block a user