Bring back a check from MAILPOET-1261 (was omitted during rebase)
This commit is contained in:
@ -135,7 +135,7 @@ class Sending {
|
|||||||
|
|
||||||
public function updateProcessedSubscribers(array $processed_subscribers) {
|
public function updateProcessedSubscribers(array $processed_subscribers) {
|
||||||
$this->task_subscribers->updateProcessedSubscribers($processed_subscribers);
|
$this->task_subscribers->updateProcessedSubscribers($processed_subscribers);
|
||||||
$this->updateCount();
|
return $this->updateCount()->getErrors() === false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateCount() {
|
function updateCount() {
|
||||||
|
Reference in New Issue
Block a user