Added stop of zma before start when updating zones.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@182 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
3940951267
commit
6917f465e0
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue