From ff1fc6f143533aa7a3114ad2174b4bece013f493 Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 17 Oct 2015 21:00:53 +0000 Subject: [PATCH] Scrut fix --- includes/polling/functions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/polling/functions.inc.php b/includes/polling/functions.inc.php index 6a993a91d..fff7bbe45 100644 --- a/includes/polling/functions.inc.php +++ b/includes/polling/functions.inc.php @@ -146,6 +146,7 @@ function poll_device($device, $options) { unset($poll_update_query); unset($poll_separator); $poll_update_array = array(); + $update_array = array(); $host_rrd = $config['rrd_dir'].'/'.$device['hostname']; if (!is_dir($host_rrd)) {