Merge branch '4.2' into 4.3

This commit is contained in:
Guy Marriott 2019-05-13 15:56:23 +12:00
commit 53cb804929
No known key found for this signature in database
GPG Key ID: A80F9ACCB86D3DA7

View File

@ -236,7 +236,7 @@ class PasswordValidator
$error = _t(
__CLASS__ . '.TOOSHORT',
'Password is too short, it must be {minimum} or more characters long',
['minimum' => $this->minLength]
['minimum' => $minLength]
);
$valid->addError($error, 'bad', 'TOO_SHORT');