Replace Function with Capturing

pull/3420/head
Isaac Connor 2022-02-08 11:21:36 -05:00
parent 01fad8a0dc
commit 390d77a924
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if ($action == 'save') {
global $error_message;
$error_message .= 'Error saving monitor: ' . $Monitor->get_last_error().'<br/>';
}
if ($Monitor->Function() != 'None' && $Monitor->Type() != 'WebSite') {
if ($Monitor->Capturing() != 'None' && $Monitor->Type() != 'WebSite') {
$Monitor->zmcControl('start');
}
} // end foreach mid