diff --git a/includes/polling/functions.inc.php b/includes/polling/functions.inc.php index 6a993a91d5..fff7bbe45c 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)) {