From: Platonides Date: Thu, 25 Apr 2013 14:31:01 +0000 (+0200) Subject: Remove globals unneeded after 47d1060 X-Git-Tag: 1.31.0-rc.0~19880^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=e371ba1ef6793d5abba2b97a9c34bd30fb029b84;p=lhc%2Fweb%2Fwiklou.git Remove globals unneeded after 47d1060 Change-Id: I39b6fa829e0d6ea7861b06edd8f5c599edcf4b76 --- diff --git a/includes/Title.php b/includes/Title.php index cf34171f3b..b5dd6de4b2 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2046,7 +2046,7 @@ class Title { return $errors; } - global $wgContLang, $wgLang, $wgEmailConfirmToEdit; + global $wgEmailConfirmToEdit; if ( $wgEmailConfirmToEdit && !$user->isEmailConfirmed() ) { $errors[] = array( 'confirmedittext' );