Avoid &nbsp in resource subcategory name when searching for calendar

This commit is contained in:
nathangray 2016-08-18 11:42:50 -06:00
parent 74eb8ab882
commit 25ccd1134f

View File

@ -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,
);
}