fix minor error

This commit is contained in:
Daniel Barbero Martin 2021-12-07 15:50:34 +01:00
parent c20b3bacc8
commit ffc3728f2a
1 changed files with 1 additions and 1 deletions

View File

@ -2694,7 +2694,7 @@ function reporting_alert_report_actions($report, $content)
$es = json_decode($content['external_source'], true);
if (isset($report['id_template']) === true
&& empty($resport['id_template']) === false
&& empty($report['id_template']) === false
) {
if (is_metaconsole() === true) {
$server_id = metaconsole_get_id_server($content['server_name']);