From: Sam Reed Date: Thu, 2 Sep 2010 23:43:14 +0000 (+0000) Subject: Partial revert of r72240 X-Git-Tag: 1.31.0-rc.0~35208 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=274c3f29342ac0771a8aad1c9373a66c09fadf18;p=lhc%2Fweb%2Fwiklou.git Partial revert of r72240 --- diff --git a/includes/Preferences.php b/includes/Preferences.php index 01a70419fa..e8a574b796 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -1100,7 +1100,7 @@ class Preferences { } static function validateSignature( $signature, $alldata ) { - global $wgMaxSigChars, $wgLang; + global $wgParser, $wgMaxSigChars, $wgLang; if ( mb_strlen( $signature ) > $wgMaxSigChars ) { return Xml::element( 'span', array( 'class' => 'error' ), wfMsgExt( 'badsiglength', 'parsemag',