diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 11ad1cf1c0..1904de816c 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-08-23 Sergio Martin + + * godmode/reporting/visual_console_builder.php: Fixed + an error when add a module into visual map with the + wizard for bug: 3051058 + 2010-08-23 Sergio Martin * include/languages/cs.po diff --git a/pandora_console/godmode/reporting/visual_console_builder.php b/pandora_console/godmode/reporting/visual_console_builder.php index 9b7519c8fc..30997bf7d9 100755 --- a/pandora_console/godmode/reporting/visual_console_builder.php +++ b/pandora_console/godmode/reporting/visual_console_builder.php @@ -147,6 +147,7 @@ switch ($activeTab) { case 'wizard': $visualConsole = get_db_row_filter('tlayout', array('id' => $idVisualConsole)); $visualConsoleName = $visualConsole['name']; + $background = $visualConsole['background']; switch ($action) { case 'update': $id_agents = get_parameter ('id_agents', array ());