mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Avoid   in resource subcategory name when searching for calendar
This commit is contained in:
parent
74eb8ab882
commit
25ccd1134f
@ -555,7 +555,7 @@ class resources_bo
|
||||
array_keys($resources)
|
||||
);
|
||||
$list['cat-'.$cat_id] = array(
|
||||
'label' => $cat,
|
||||
'label' => $bo->acl->egw_cats->id2name($cat_id),
|
||||
'resources' => $_resources,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user