зеркало из https://github.com/mozilla/gecko-dev.git
Bug 135817 - update template filename. Oops.
This commit is contained in:
Родитель
3d798c1bba
Коммит
8f2afb69b0
|
@ -122,7 +122,8 @@ sub IssuePasswordToken {
|
|||
$vars->{'emailaddress'} = $loginname . &::Param('emailsuffix');
|
||||
|
||||
my $message = "";
|
||||
$template->process("account/email/password.txt.tmpl", $vars, \$message)
|
||||
$template->process("account/password/forgotten-password.txt.tmpl",
|
||||
$vars, \$message)
|
||||
|| &::ThrowTemplateError($template->error());
|
||||
|
||||
open SENDMAIL, "|/usr/lib/sendmail -t -i";
|
||||
|
|
|
@ -122,7 +122,8 @@ sub IssuePasswordToken {
|
|||
$vars->{'emailaddress'} = $loginname . &::Param('emailsuffix');
|
||||
|
||||
my $message = "";
|
||||
$template->process("account/email/password.txt.tmpl", $vars, \$message)
|
||||
$template->process("account/password/forgotten-password.txt.tmpl",
|
||||
$vars, \$message)
|
||||
|| &::ThrowTemplateError($template->error());
|
||||
|
||||
open SENDMAIL, "|/usr/lib/sendmail -t -i";
|
||||
|
|
Загрузка…
Ссылка в новой задаче