Fixed the bug when the group name is showed instead the icon
This commit is contained in:
parent
c873fd6993
commit
1b5779eb57
|
@ -522,7 +522,7 @@ function ui_print_group_icon ($id_group, $return = false, $path = "groups_small"
|
|||
|
||||
if ($config['show_group_name']) {
|
||||
$output .= '<span title="'. groups_get_name($id_group, true) .'">' .
|
||||
groups_get_name($id_group, true) . ' </span>';
|
||||
groups_get_name($id_group, true) . ' </span>';
|
||||
}
|
||||
else {
|
||||
if (empty ($icon))
|
||||
|
|
Loading…
Reference in New Issue