]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 603654: Pronouns in boolean charts return no results anymore
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 13 Oct 2010 22:26:17 +0000 (00:26 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 13 Oct 2010 22:26:17 +0000 (00:26 +0200)
r=mkanat a=LpSolit

Bugzilla/Search.pm

index 7030bcbb0e86504f3095c6d4ec228da745ea6bad..a06dcb4419e222ebf69518e20a5d45ede0713ecb 100644 (file)
@@ -1456,6 +1456,7 @@ sub _contact_pronoun {
     elsif ($$value =~ /^(%\w+%)$/) {
         $$value = pronoun($1, $user);
         $$quoted = $$value;
+        $self->_do_operator_function(\%func_args);
     }
     
 }