mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix calendar owner search would only return 1 matching resource category
This commit is contained in:
parent
0c8012374a
commit
0479408cfb
@ -193,7 +193,7 @@ class calendar_owner_etemplate_widget extends Etemplate\Widget\Taglist
|
||||
continue;
|
||||
}
|
||||
|
||||
foreach(array_unique($_results) as $id => $title)
|
||||
foreach(array_unique($_results, SORT_REGULAR) as $id => $title)
|
||||
{
|
||||
if($id && $title)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user