Index: trunk/phase3/includes/Preferences.php |
— | — | @@ -1100,7 +1100,7 @@ |
1101 | 1101 | } |
1102 | 1102 | |
1103 | 1103 | static function validateSignature( $signature, $alldata ) { |
1104 | | - global $wgMaxSigChars, $wgLang; |
| 1104 | + global $wgParser, $wgMaxSigChars, $wgLang; |
1105 | 1105 | if ( mb_strlen( $signature ) > $wgMaxSigChars ) { |
1106 | 1106 | return Xml::element( 'span', array( 'class' => 'error' ), |
1107 | 1107 | wfMsgExt( 'badsiglength', 'parsemag', |