Index: trunk/phase3/includes/SpecialPreferences.php |
— | — | @@ -227,10 +227,8 @@ |
228 | 228 | $needRedirect = false; |
229 | 229 | } |
230 | 230 | |
231 | | - if( $this->badNickname() ) { |
232 | | - $this->mainPrefsForm( 'error', wfMsg( 'badsig2' ) ); |
233 | | - return; |
234 | | - } |
| 231 | + # Clean up the signature a little |
| 232 | + $this->mNick = Parser::cleanSig( $this->mNick ); |
235 | 233 | |
236 | 234 | $wgUser->setOption( 'language', $this->mUserLanguage ); |
237 | 235 | $wgUser->setOption( 'variant', $this->mUserVariant ); |