Platonides has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/60843


Change subject: Remove globals unneeded after 47d1060
......................................................................

Remove globals unneeded after 47d1060

Change-Id: I39b6fa829e0d6ea7861b06edd8f5c599edcf4b76
---
M includes/Title.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/43/60843/1

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

-- 
To view, visit https://gerrit.wikimedia.org/r/60843
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I39b6fa829e0d6ea7861b06edd8f5c599edcf4b76
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Platonides <[email protected]>

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

Reply via email to