X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpassword%2FParameterizedPassword.php;h=78d624ce103ef0faa556abe7c2c6d574b72c8cba;hb=284778405b0e41c57b3085958401e07b6ca742e6;hp=c92979798fc155a154dc1b67fb7eab29d9184a46;hpb=299b7b412731f60866885c0532558c349ba3da76;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/password/ParameterizedPassword.php b/includes/password/ParameterizedPassword.php index c92979798f..78d624ce10 100644 --- a/includes/password/ParameterizedPassword.php +++ b/includes/password/ParameterizedPassword.php @@ -79,7 +79,7 @@ abstract class ParameterizedPassword extends Password { } public function needsUpdate() { - return parent::needsUpdate() || $this->params !== $this->getDefaultParams(); + return $this->params !== $this->getDefaultParams(); } public function toString() {