summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
diff options
context:
space:
mode:
authorreed%reedloden.com <>2010-01-05 08:05:59 +0100
committerreed%reedloden.com <>2010-01-05 08:05:59 +0100
commitf170f68df81a531091578baca25c789076a3c467 (patch)
treef32a2ae8d30257d420167cc9dc5a7b1495bcac2d /Bugzilla/BugMail.pm
parent0c266590b454f88f55fb4b39a5bce5532ca5baa0 (diff)
downloadbugzilla-f170f68df81a531091578baca25c789076a3c467.tar.gz
bugzilla-f170f68df81a531091578baca25c789076a3c467.tar.xz
Bug 534587 - "Bugmail uses the timezone of the changee instead of the user receiving the mail" [p=reed r=mkanat a=mkanat]
Diffstat (limited to 'Bugzilla/BugMail.pm')
-rw-r--r--Bugzilla/BugMail.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index 2aff7daf4..f7af921eb 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -612,7 +612,7 @@ sub sendMail {
my $vars = {
isnew => $isnew,
- to => $user->email,
+ to_user => $user,
bugid => $id,
alias => Bugzilla->params->{'usebugaliases'} ? $values{'alias'} : "",
classification => $values{'classification'},