summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-30 14:46:25 +0200
committertimeless%mozdev.org <>2007-07-30 14:46:25 +0200
commitf58650e43e01119d30be25befd275f4d4f380a97 (patch)
tree7daeb36067cae49655f90a543a8a92f87372ce39 /Bugzilla/User.pm
parentb3a5340afc6d1411275f5548db1e36e655aeb755 (diff)
downloadbugzilla-f58650e43e01119d30be25befd275f4d4f380a97.tar.gz
bugzilla-f58650e43e01119d30be25befd275f4d4f380a97.tar.xz
Bug 388826 "cannot make a conclusive match" should not be said if the only reason is confirmuniqueusermatch
r=wicked a=lpsolit
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index 080a98abb..f73dd06df 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -1344,6 +1344,7 @@ sub match_field {
$vars->{'fields'} = $fields; # fields being matched
$vars->{'matches'} = $matches; # matches that were made
$vars->{'matchsuccess'} = $matchsuccess; # continue or fail
+ $vars->{'matchmultiple'} = $match_multiple;
print Bugzilla->cgi->header();