Merge branch '4.3' into 4.4

This commit is contained in:
Guy Marriott 2019-05-13 15:56:41 +12:00
commit abaeeb9432
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');