mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Don't trigger a PHP Warning: Undefined index
This commit is contained in:
parent
976c5261a9
commit
9e1f474f24
@ -539,7 +539,7 @@ class Tree extends Etemplate\Widget
|
||||
*/
|
||||
'value' => $cat['id'],
|
||||
'label' => $s,
|
||||
'icon' => $cat['data']['icon'] ?: '',
|
||||
'icon' => $cat['data']['icon'] ?? '',
|
||||
'title' => $cat['description']
|
||||
);
|
||||
$cat_id_list[] = $cat['id'];
|
||||
|
Loading…
Reference in New Issue
Block a user