From c131c631d41a892c1fe080d495cd3b0d6dc7909d Mon Sep 17 00:00:00 2001 From: "manuel.montes" Date: Wed, 7 Nov 2018 16:34:09 +0100 Subject: [PATCH] Fixed bug in visual styles configuration --- pandora_console/godmode/setup/setup_visuals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php index fa471659b6..19d46d9769 100755 --- a/pandora_console/godmode/setup/setup_visuals.php +++ b/pandora_console/godmode/setup/setup_visuals.php @@ -865,7 +865,7 @@ $row++; $table_other->data[$row][0] = __('Show only the group name'); $table_other->data[$row][0] .= ui_print_help_tip( __('Show the group name instead the group icon.'), true); - html_print_checkbox('show_group_name', 1, +$table_other->data[$row][1] = html_print_checkbox('show_group_name', 1, $config['show_group_name'], true); $row++;