mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 06:27:07 -04:00
Fixed problem with deleting zones not restarting daemons properly.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@377 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -66,8 +66,7 @@ if ( $action )
|
||||
}
|
||||
if ( $deleted_zid )
|
||||
{
|
||||
stopDaemon( "zma", $mid );
|
||||
zmaControl( $mid );
|
||||
zmaControl( $mid, true );
|
||||
$refresh_parent = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user