From d0306ae8ae630b1cc9968e832cb2a59ac2d451ef Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 12 Dec 2015 14:21:49 +0000 Subject: [PATCH] Fixing scrut issue --- html/includes/api_functions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/includes/api_functions.inc.php b/html/includes/api_functions.inc.php index 7f89b37cb..a6ca25723 100644 --- a/html/includes/api_functions.inc.php +++ b/html/includes/api_functions.inc.php @@ -1054,6 +1054,7 @@ function get_devices_by_group() { $router = $app->router()->getCurrentRoute()->getParams(); $status = 'error'; $code = 404; + $count = 0; $name = urldecode($router['name']); $devices = array(); if (empty($name)) {