From 1615561e6730fcf7ba118c20e9d532c958f73277 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 23 Aug 2010 12:21:00 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3170 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ .../godmode/reporting/visual_console_builder.php | 1 + 2 files changed, 7 insertions(+) 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 ());