Commit 8dbd57d5 authored by Byron Jones's avatar Byron Jones

Bug 1027617: Can't locate object method "_reverseoperator" when searching

r=dylan,a=glob
parent 1a76a897
......@@ -2997,7 +2997,7 @@ sub _multiselect_isempty {
my ($self, $args, $not) = @_;
my ($field, $operator, $joins, $chart_id) = @$args{qw(field operator joins chart_id)};
my $dbh = Bugzilla->dbh;
$operator = $self->_reverseoperator($operator) if $not;
$operator = $self->_reverse_operator($operator) if $not;
$not = $operator eq 'isnotempty' ? 'NOT' : '';
if ($field eq 'keywords') {
......
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