]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1209242 - Can't locate object method "_reverseoperator" via package "Bugzilla...
authorDavid Lawrence <dkl@mozilla.com>
Thu, 5 Jan 2017 20:30:53 +0000 (20:30 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 5 Jan 2017 20:31:01 +0000 (20:31 +0000)
Bugzilla/Search.pm

index cddedb3f03b05a38d77f1e18e5c566be35504318..3623fa6d9bd4aa657325061755db5ce6272bcb63 100644 (file)
@@ -3157,7 +3157,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') {