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:
stan
2003-02-06 10:31:02 +00:00
parent 9d0078a53c
commit f4667a870c

View File

@@ -66,8 +66,7 @@ if ( $action )
}
if ( $deleted_zid )
{
stopDaemon( "zma", $mid );
zmaControl( $mid );
zmaControl( $mid, true );
$refresh_parent = true;
}
}