From f5328265ef97701888ba8f00eab1a85a94838de1 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 28 Nov 2018 09:12:22 -0500 Subject: [PATCH] fix missing daemons definition --- web/api/app/Controller/MonitorsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/api/app/Controller/MonitorsController.php b/web/api/app/Controller/MonitorsController.php index 69799a820..8908955b5 100644 --- a/web/api/app/Controller/MonitorsController.php +++ b/web/api/app/Controller/MonitorsController.php @@ -361,6 +361,7 @@ class MonitorsController extends AppController { )); $monitor = $monitor['Monitor']; + $daemons = array(); if ( ! $daemon ) { if ( $monitor['Function'] == 'Monitor' ) { array_push($daemons, 'zmc');