From: Ryan Schmidt Date: Tue, 24 Mar 2009 22:39:42 +0000 (+0000) Subject: * not sure where that extra ] came from... X-Git-Tag: 1.31.0-rc.0~42385 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=bf6780f1f627f55db73e6450dd3822dccb6ca928;p=lhc%2Fweb%2Fwiklou.git * not sure where that extra ] came from... --- diff --git a/includes/User.php b/includes/User.php index 78cb5efb21..c6e80fe2cd 100644 --- a/includes/User.php +++ b/includes/User.php @@ -594,7 +594,7 @@ class User { self::isUsableName( $name ) && // Registration-time character blacklisting... - !preg_match( '/[' . preg_quote( $wgInvalidUsernameCharacters, ']/' ) . ']/', $name ); + !preg_match( '/[' . preg_quote( $wgInvalidUsernameCharacters, '/' ) . ']/', $name ); } /**