diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 08345e8300..3b85aff5f7 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -824,6 +824,7 @@ function ui_format_alert_row ($alert, $agent = true, $url = '', $agent_style = f return array ("", "", "", "", "", "", ""); } + if (defined('METACONSOLE')) { $server = db_get_row ('tmetaconsole_setup', 'id', $alert['server_data']['id']);