X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fpassword%2FEncryptedPassword.php;h=6723793cc1a47aae35fa38c3a9a73a964fcbae4c;hp=39da32d1aa9f9591b362e1e0e645f5b3d57c1b01;hb=59ebff658ce912c1b0e7ef8d8f9bfec5a4e17b39;hpb=95a8974c6bda2c6353612c40b01b9c78527b8956 diff --git a/includes/password/EncryptedPassword.php b/includes/password/EncryptedPassword.php index 39da32d1aa..6723793cc1 100644 --- a/includes/password/EncryptedPassword.php +++ b/includes/password/EncryptedPassword.php @@ -47,7 +47,7 @@ class EncryptedPassword extends ParameterizedPassword { $secret, 0, base64_decode( $this->args[0] ) ) ); } else { - $underlyingPassword = $this->factory->newFromType( $this->config['underlying'], $this->config ); + $underlyingPassword = $this->factory->newFromType( $this->config['underlying'] ); } $underlyingPassword->crypt( $password );