Admin: tree items without icon get the bullet

This commit is contained in:
nathan 2024-02-16 11:58:59 -07:00
parent d5b7ec50d2
commit 98a954ad91

View File

@ -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];