r72246 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72245‎ | r72246 | r72247 >
Date:23:43, 2 September 2010
Author:reedy
Status:ok
Tags:
Comment:
Partial revert of r72240
Modified paths:
  • /trunk/phase3/includes/Preferences.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Preferences.php
@@ -1100,7 +1100,7 @@
11011101 }
11021102
11031103 static function validateSignature( $signature, $alldata ) {
1104 - global $wgMaxSigChars, $wgLang;
 1104+ global $wgParser, $wgMaxSigChars, $wgLang;
11051105 if ( mb_strlen( $signature ) > $wgMaxSigChars ) {
11061106 return Xml::element( 'span', array( 'class' => 'error' ),
11071107 wfMsgExt( 'badsiglength', 'parsemag',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72240Remove unused global...reedy23:12, 2 September 2010

Status & tagging log