Commit 171e504a authored by Byron Jones's avatar Byron Jones

Bug 1035221: updated bless_groups throws a sql syntax error if visibility groups are used

r=sgreen,a=sgreen
parent eb527a5c
...@@ -977,7 +977,7 @@ sub bless_groups { ...@@ -977,7 +977,7 @@ sub bless_groups {
} }
if (Bugzilla->params->{usevisibilitygroups} if (Bugzilla->params->{usevisibilitygroups}
&& !$self->visible_groups_inherited) { && !@{ $self->visible_groups_inherited }) {
return []; return [];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment