X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=blobdiff_plain;f=includes%2Fauth%2FAuthPluginPrimaryAuthenticationProvider.php;h=cd0734d847e1af76e25df4cd30133488a2157767;hb=d21c49254b9bfabfe7b0fbe6ec8dcb339ada3598;hp=b8e36bc4f3a2ed83a180f99346befc1c990c7c89;hpb=ea41b271ee13ceb0df0e17e51a33420c094d2147;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/auth/AuthPluginPrimaryAuthenticationProvider.php b/includes/auth/AuthPluginPrimaryAuthenticationProvider.php index b8e36bc4f3..cd0734d847 100644 --- a/includes/auth/AuthPluginPrimaryAuthenticationProvider.php +++ b/includes/auth/AuthPluginPrimaryAuthenticationProvider.php @@ -272,7 +272,7 @@ class AuthPluginPrimaryAuthenticationProvider if ( $failed ) { throw new \UnexpectedValueException( "AuthPlugin failed to reset password for $username in the following domains: " - . join( ' ', $failed ) + . implode( ' ', $failed ) ); } }