mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix calendar owner search would only return 1 matching resource category
This commit is contained in:
parent
383aeeba8c
commit
6a815b53b3
@ -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