Skip to content

Commit

Permalink
Merge pull request #13154 from jeabakker/livesearch-groups
Browse files Browse the repository at this point in the history
fix(livesearch): use correct relationship options to find groups
  • Loading branch information
jdalsem committed Mar 16, 2020
2 parents 0c8e7b8 + dc82fd9 commit fab1edc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/json/resources/livesearch/groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
if (elgg_extract('match_membership', $vars, false)) {
$options['relationship'] = 'member';
$options['relationship_guid'] = $target->guid;
$options['inverse_relationship'] = true;
}

$body = elgg_list_entities($options, 'elgg_search');
Expand Down

0 comments on commit fab1edc

Please sign in to comment.