From f4667a870c9c5df2db071cbff4c8ff31bd552511 Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 6 Feb 2003 10:31:02 +0000 Subject: [PATCH] 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 --- web/zmactions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/zmactions.php b/web/zmactions.php index 1ee97dd68..0b06315bc 100644 --- a/web/zmactions.php +++ b/web/zmactions.php @@ -66,8 +66,7 @@ if ( $action ) } if ( $deleted_zid ) { - stopDaemon( "zma", $mid ); - zmaControl( $mid ); + zmaControl( $mid, true ); $refresh_parent = true; } }