Fixed warning of php. Tiquet: 3255

This commit is contained in:
m-lopez-f 2016-01-26 09:33:42 +01:00
parent 97749c7c10
commit 515c144cfa

View File

@ -3792,6 +3792,8 @@ function reporting_availability($report, $content) {
$max = null;
$max_text = "";
$count = 0;
if (!empty($items)) {
foreach ($items as $item) {
//aaMetaconsole connection
$server_name = $item ['server_name'];
@ -3982,7 +3984,7 @@ function reporting_availability($report, $content) {
$data = $temp;
break;
}
}
$return["data"] = $data;
$return["resume"] = array();