mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-11 21:50:15 +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'],
|
'value' => $cat['id'],
|
||||||
'label' => $s,
|
'label' => $s,
|
||||||
'icon' => $cat['data']['icon'] ?: '',
|
'icon' => $cat['data']['icon'] ?? '',
|
||||||
'title' => $cat['description']
|
'title' => $cat['description']
|
||||||
);
|
);
|
||||||
$cat_id_list[] = $cat['id'];
|
$cat_id_list[] = $cat['id'];
|
||||||
|
Loading…
Reference in New Issue
Block a user