Merge branch '4.4' into 4

This commit is contained in:
Aaron Carlino 2019-05-13 16:08:05 +12:00
commit dfa90715f7
1 changed files with 1 additions and 1 deletions

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');