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:
bzrmirror%bugzilla.org
2014-07-08 08:00:47 +00:00
parent 830239d552
commit fdf19c177d
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
9073
9074

View File

@@ -1 +1 @@
eb527a5c1ccff25425d5a080919ae88dc6d60533
171e504a8d4e1f9c4b6377c45bec2406241706bd

View File

@@ -977,7 +977,7 @@ sub bless_groups {
}
if (Bugzilla->params->{usevisibilitygroups}
&& !$self->visible_groups_inherited) {
&& !@{ $self->visible_groups_inherited }) {
return [];
}