forked from extern/egroupware
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach(array_unique($_results) as $id => $title)
|
foreach(array_unique($_results, SORT_REGULAR) as $id => $title)
|
||||||
{
|
{
|
||||||
if($id && $title)
|
if($id && $title)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user