diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 56504e91c5..5d24286060 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2013-07-10 Miguel de Dios + + * mobile/operation/agents.php: fixed lost semicolon. + 2013-07-10 Miguel de Dios * godmode/modules/manage_network_components.php: improved the source diff --git a/pandora_console/mobile/operation/agents.php b/pandora_console/mobile/operation/agents.php index 1212d84276..7642066851 100644 --- a/pandora_console/mobile/operation/agents.php +++ b/pandora_console/mobile/operation/agents.php @@ -262,7 +262,7 @@ class Agents { $img_status = agents_tree_view_status_img ($agent["critical_count"], - $agent["warning_count"], $agent["unknown_count"]) + $agent["warning_count"], $agent["unknown_count"]); $img_alert = agents_tree_view_alert_img ($agent_info["monitor_alertsfired"]);