diff --git a/www/include/eventLogs/GetXmlLog.php b/www/include/eventLogs/GetXmlLog.php index 0ca3cbb05fa..799a28d90df 100644 --- a/www/include/eventLogs/GetXmlLog.php +++ b/www/include/eventLogs/GetXmlLog.php @@ -486,7 +486,7 @@ $flag = 0; $str_unitSVC = ""; $service_search_sql = ""; - if (count($tab_svc) > 0 && ($up == 'true' || $down == 'true' || $unreachable == 'true' || $ok == 'true' || $warning == 'true' || $critical == 'true' || $unknown == 'true')) { + if (count($tab_svc) > 0 && ($up == 'true' || $down == 'true' || $unreachable == 'true' || $ok == 'true' || $warning == 'true' || $critical == 'true' || $unknown == 'true')) { $req_append = ""; foreach ($tab_svc as $host_name => $services) { $str = "";