diff options
author | lpsolit%gmail.com <> | 2006-09-23 06:14:53 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-09-23 06:14:53 +0000 |
commit | e99b3c135ae31ba62001b8308a5c3369800971e9 (patch) | |
tree | ab1b7adc93b557c4a745c0ceaa755d91dc40a7b4 /contrib | |
parent | b9fdf68a3c077b75496f4e274c5623bd16943847 (diff) | |
download | bugs-e99b3c135ae31ba62001b8308a5c3369800971e9.tar bugs-e99b3c135ae31ba62001b8308a5c3369800971e9.tar.gz bugs-e99b3c135ae31ba62001b8308a5c3369800971e9.tar.bz2 bugs-e99b3c135ae31ba62001b8308a5c3369800971e9.tar.xz bugs-e99b3c135ae31ba62001b8308a5c3369800971e9.zip |
Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer' specified) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/bug_email.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index d2fc91b66..0f898da52 100755 --- a/contrib/bug_email.pl +++ b/contrib/bug_email.pl @@ -38,7 +38,7 @@ # # You need to work with bug_email.pl the MIME::Parser installed. # -# $Id: bug_email.pl,v 1.44 2006/07/03 21:42:47 mkanat%bugzilla.org Exp $ +# $Id: bug_email.pl,v 1.45 2006/09/22 23:14:53 lpsolit%gmail.com Exp $ ############################################################### # 02/12/2000 (SML) @@ -1173,7 +1173,7 @@ END # Send the 'you did it'-reply Reply( $SenderShort, $Message_ID,"Bugzilla success (ID $id)", $reply ); - Bugzilla::BugMail::Send($id) if( ! $test); + Bugzilla::BugMail::Send($id, {'changer' => $reporter}) if (!$test); } else { # There were critical errors in the mail - the bug couldn't be inserted. ! |