Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Fix broken eventlogs page
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Oct 22, 2015
1 parent 47e58f1 commit 9bde053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/include/eventLogs/GetXmlLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit 9bde053

Please sign in to comment.