diff --git a/web/zmactions.php b/web/zmactions.php index 1a3862ddf..c5dce21a0 100644 --- a/web/zmactions.php +++ b/web/zmactions.php @@ -227,6 +227,7 @@ if ( $action ) $result = mysql_query( $sql ); if ( !$result ) die( mysql_error() ); + stopDaemon( "zma", $monitor[Device] ); startDaemon( "zma", $monitor[Device] ); $refresh_parent = true; }