Index: trunk/phase3/includes/SpecialPreferences.php |
— | — | @@ -246,6 +246,7 @@ |
247 | 247 | $this->mNick = $wgParser->cleanSig( $this->mNick ); |
248 | 248 | } else { |
249 | 249 | $this->mainPrefsForm( 'error', wfMsg( 'badsig' ) ); |
| 250 | + return; |
250 | 251 | } |
251 | 252 | } else { |
252 | 253 | // When no fancy sig used, make sure ~{3,5} get removed. |