Fix mistyped method name
This commit is contained in:
@ -149,7 +149,7 @@ class Hooks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setupCronWorkers() {
|
function setupCronWorkers() {
|
||||||
add_action('mailpoet_cron_worker', array($this, 'runShedulerWorker'), 10, 1);
|
add_action('mailpoet_cron_worker', array($this, 'runSchedulerWorker'), 10, 1);
|
||||||
add_action('mailpoet_cron_worker', array($this, 'runSendingQueueWorker'), 10, 1);
|
add_action('mailpoet_cron_worker', array($this, 'runSendingQueueWorker'), 10, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user