Merge "Translate password reset e-mail subject into proper language"
This commit is contained in:
commit
9ccb87edba
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ class SpecialPasswordReset extends FormSpecialPage {
|
|||
round( $this->getConfig()->get( 'NewPasswordExpiry' ) / 86400 )
|
||||
);
|
||||
|
||||
$title = $this->msg( 'passwordreset-emailtitle' );
|
||||
$title = $this->msg( 'passwordreset-emailtitle' )->inLanguage( $userLanguage );
|
||||
|
||||
$this->result = $firstUser->sendMail( $title->text(), $this->email->text() );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue