summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Search.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 4b0260137..5c9d37d9a 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -1555,7 +1555,7 @@ sub _custom_search {
my @field_ids = map { /(\d+)/; $1 } @field_params;
@field_ids = sort { $a <=> $b } @field_ids;
- my $current_clause = new Bugzilla::Search::Clause();
+ my $current_clause = new Bugzilla::Search::Clause($params->{j_top});
my @clause_stack;
foreach my $id (@field_ids) {
my $field = $params->{"f$id"};