diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 35ed1ae249..4e987daed3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2013-02-04 Miguel de Dios + + * godmode/reporting/reporting_builder.item_editor.php: fixed lost + global var $meta in the SLA table. + + Fixes: #3602721 + 2013-02-04 Miguel de Dios * operation/search_modules.php: fixed the image to edit. diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 1c46b28336..708205b1e3 100644 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -1001,6 +1001,8 @@ if ($meta) { function print_SLA_list($width, $action, $idItem = null) { global $config; + global $meta; + ?>