Commit 2019c5ff authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 515149: BugMail.pm uses urlbase for dependency notifications despite sslbase…

Bug 515149: BugMail.pm uses urlbase for dependency notifications despite sslbase is set - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 841b5d39
......@@ -327,11 +327,10 @@ sub Send {
$deptext .= $thisdiff;
}
$lastbug = $depbug;
my $urlbase = Bugzilla->params->{"urlbase"};
$thisdiff =
"\nBug $id depends on bug $depbug, which changed state.\n\n" .
"Bug $depbug Summary: $summary\n" .
"${urlbase}show_bug.cgi?id=$depbug\n\n";
correct_urlbase() . "show_bug.cgi?id=$depbug\n\n";
$thisdiff .= three_columns("What ", "Old Value", "New Value");
$thisdiff .= ('-' x 76) . "\n";
$interestingchange = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment