Fixed Service Traffic alerting

This commit is contained in:
Deon George
2011-08-26 09:21:39 +10:00
parent ee0cc6aac5
commit 8598408a59
5 changed files with 20 additions and 10 deletions

View File

@@ -67,6 +67,10 @@ class Model_Task extends ORMOSB {
catch (Exception $e) {
$tlo->result = $e->getCode();
$tlo->message = $e->getMessage();
$this->running = 0;
$this->running_host = NULL;
$this->save();
}
}