Scrut fix + Notification

This commit is contained in:
Richard Lawley
2016-03-07 18:41:51 +00:00
parent 042ddaa6fe
commit 2455feb1c9
2 changed files with 11 additions and 3 deletions

View File

@@ -88,7 +88,8 @@ function getLastPortCounter($port_id) {
$return[out_counter] = $row['out_counter'];
$return[out_delta] = $row['out_delta'];
$return[state] = 'ok';
} else {
}
else {
$return[state] = 'failed';
}
return $return;