Pauses sending if processed subscribers list can't be updated
This commit is contained in:
@ -151,7 +151,7 @@ class SendingQueue extends Model {
|
||||
)
|
||||
);
|
||||
$this->subscribers = $subscribers;
|
||||
$this->updateCount();
|
||||
return $this->updateCount()->getErrors() === false;
|
||||
}
|
||||
|
||||
function updateCount() {
|
||||
@ -175,5 +175,4 @@ class SendingQueue extends Model {
|
||||
}
|
||||
return $rendered_body;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user