From 1b5779eb5745d888fb0eaba6bce7f2b26e37cf9e Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 16 Mar 2015 17:47:19 +0100 Subject: [PATCH] Fixed the bug when the group name is showed instead the icon --- pandora_console/include/functions_ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 95b3d67bef..7973585599 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -522,7 +522,7 @@ function ui_print_group_icon ($id_group, $return = false, $path = "groups_small" if ($config['show_group_name']) { $output .= '' . - groups_get_name($id_group, true) . ' '; + groups_get_name($id_group, true) . ' '; } else { if (empty ($icon))