Skip to content

Commit 42e6e84

Browse files
committed
Fixed group property in getTags snippet
1 parent ebf4620 commit 42e6e84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: core/components/tagger/elements/snippets/taggergettags.snippet.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555

5656
if ($groups) {
5757
$c->where(array(
58-
'Group.id' => $groups
58+
'Group.id' => $groups,
59+
'OR:Group.name' => $groups
5960
));
6061
}
6162

0 commit comments

Comments
 (0)