http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72246

Revision: 72246
Author:   reedy
Date:     2010-09-02 23:43:14 +0000 (Thu, 02 Sep 2010)

Log Message:
-----------
Partial revert of r72240

Modified Paths:
--------------
    trunk/phase3/includes/Preferences.php

Modified: trunk/phase3/includes/Preferences.php
===================================================================
--- trunk/phase3/includes/Preferences.php       2010-09-02 23:41:12 UTC (rev 
72245)
+++ trunk/phase3/includes/Preferences.php       2010-09-02 23:43:14 UTC (rev 
72246)
@@ -1100,7 +1100,7 @@
        }
 
        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',



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to