mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Admin: tree items without icon get the bullet
This commit is contained in:
parent
d5b7ec50d2
commit
98a954ad91
@ -578,7 +578,7 @@ class admin_ui
|
||||
}
|
||||
else
|
||||
{
|
||||
// $data[Tree::IMAGE_LEAF] = Api\Image::find('api', 'bullet');
|
||||
$data[Tree::IMAGE_LEAF] = Api\Image::find('api', 'bullet');
|
||||
}
|
||||
unset($data['icon']);
|
||||
$parent =& $tree[Tree::CHILDREN];
|
||||
|
Loading…
Reference in New Issue
Block a user