From 274c3f29342ac0771a8aad1c9373a66c09fadf18 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 2 Sep 2010 23:43:14 +0000 Subject: [PATCH] Partial revert of r72240 --- includes/Preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1