Remove globals unneeded after 47d1060
authorPlatonides <platonides@gmail.com>
Thu, 25 Apr 2013 14:31:01 +0000 (16:31 +0200)
committerPlatonides <platonides@gmail.com>
Thu, 25 Apr 2013 14:31:01 +0000 (16:31 +0200)
Change-Id: I39b6fa829e0d6ea7861b06edd8f5c599edcf4b76

includes/Title.php

index cf34171..b5dd6de 100644 (file)
@@ -2046,7 +2046,7 @@ class Title {
                        return $errors;
                }
 
-               global $wgContLang, $wgLang, $wgEmailConfirmToEdit;
+               global $wgEmailConfirmToEdit;
 
                if ( $wgEmailConfirmToEdit && !$user->isEmailConfirmed() ) {
                        $errors[] = array( 'confirmedittext' );