properly handle custom subscriptions pages

This commit is contained in:
Jonathan Labreuille
2016-03-16 14:49:10 +01:00
parent 8ce0595342
commit f38b632707
4 changed files with 44 additions and 36 deletions

View File

@@ -35,8 +35,4 @@ class SendingQueue extends Model {
$this->save();
return ($this->getErrors() === false && $this->id() > 0);
}
function stop() {
return $this->delete();
}
}