forked from extern/egroupware
Avoid   in resource subcategory name when searching for calendar
This commit is contained in:
parent
4cf38c6ea6
commit
6b3e9c38bb
@ -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