Bug 1035221: updated bless_groups throws a sql syntax error if visibility groups are used
r=sgreen,a=sgreen git-svn-id: svn://10.0.0.236/trunk@265450 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1 +1 @@
|
||||
9073
|
||||
9074
|
||||
@@ -1 +1 @@
|
||||
eb527a5c1ccff25425d5a080919ae88dc6d60533
|
||||
171e504a8d4e1f9c4b6377c45bec2406241706bd
|
||||
@@ -977,7 +977,7 @@ sub bless_groups {
|
||||
}
|
||||
|
||||
if (Bugzilla->params->{usevisibilitygroups}
|
||||
&& !$self->visible_groups_inherited) {
|
||||
&& !@{ $self->visible_groups_inherited }) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user