diff --git a/web/zm_actions.php b/web/zm_actions.php index 66317a9c2..a60987b64 100644 --- a/web/zm_actions.php +++ b/web/zm_actions.php @@ -144,7 +144,7 @@ if ( $action ) $monitor['Function'] = $new_function; zmcControl( $monitor, true ); - zmaControl( $monitor ); + zmaControl( $monitor, true ); $refresh_parent = true; } } @@ -302,7 +302,7 @@ if ( $action ) fixDevices(); zmcControl( $monitor, true ); zmaControl( $monitor, true ); - daemonControl( 'restart', 'zmwatch.pl' ); + //daemonControl( 'restart', 'zmwatch.pl' ); $refresh_parent = true; } }