mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Fixed the bug when the group name is showed instead the icon
(cherry picked from commit 1b5779eb5745d888fb0eaba6bce7f2b26e37cf9e)
This commit is contained in:
parent
01005de046
commit
c6d62f37c5
@ -509,7 +509,7 @@ function ui_print_group_icon ($id_group, $return = false, $path = "groups_small"
|
|||||||
|
|
||||||
if ($config['show_group_name']) {
|
if ($config['show_group_name']) {
|
||||||
$output .= '<span title="'. groups_get_name($id_group, true) .'">' .
|
$output .= '<span title="'. groups_get_name($id_group, true) .'">' .
|
||||||
groups_get_name($id_group, true) . ' </span>';
|
groups_get_name($id_group, true) . ' </span>';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (empty ($icon))
|
if (empty ($icon))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user