From: Platonides Date: Wed, 9 Nov 2011 23:35:30 +0000 (+0000) Subject: Follow-up r102521 X-Git-Tag: 1.31.0-rc.0~26606 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=9b283db8034180968f0f63425e1c6e002d792843;p=lhc%2Fweb%2Fwiklou.git Follow-up r102521 Remove $wgUseExternalEditor globals. --- diff --git a/includes/Wiki.php b/includes/Wiki.php index 603217057f..4c2e92ac71 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -450,7 +450,7 @@ class MediaWiki { * @param $article Article */ private function performAction( Page $article ) { - global $wgSquidMaxage, $wgUseExternalEditor; + global $wgSquidMaxage; wfProfileIn( __METHOD__ ); diff --git a/includes/diff/DifferenceEngine.php b/includes/diff/DifferenceEngine.php index baba6dc634..0203c02d01 100644 --- a/includes/diff/DifferenceEngine.php +++ b/includes/diff/DifferenceEngine.php @@ -175,7 +175,7 @@ class DifferenceEngine { } function showDiffPage( $diffOnly = false ) { - global $wgUser, $wgOut, $wgRequest, $wgUseExternalEditor; + global $wgUser, $wgOut, $wgRequest; wfProfileIn( __METHOD__ ); # Allow frames except in certain special cases