r102603 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102602‎ | r102603 | r102604 >
Date:23:35, 9 November 2011
Author:platonides
Status:ok
Tags:
Comment:
Follow-up r102521
Remove $wgUseExternalEditor globals.
Modified paths:
  • /trunk/phase3/includes/Wiki.php (modified) (history)
  • /trunk/phase3/includes/diff/DifferenceEngine.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Wiki.php
@@ -450,7 +450,7 @@
451451 * @param $article Article
452452 */
453453 private function performAction( Page $article ) {
454 - global $wgSquidMaxage, $wgUseExternalEditor;
 454+ global $wgSquidMaxage;
455455
456456 wfProfileIn( __METHOD__ );
457457
Index: trunk/phase3/includes/diff/DifferenceEngine.php
@@ -175,7 +175,7 @@
176176 }
177177
178178 function showDiffPage( $diffOnly = false ) {
179 - global $wgUser, $wgOut, $wgRequest, $wgUseExternalEditor;
 179+ global $wgUser, $wgOut, $wgRequest;
180180 wfProfileIn( __METHOD__ );
181181
182182 # Allow frames except in certain special cases

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102521Some updates to EditPage and ExternalEdit:...ialex15:31, 9 November 2011

Status & tagging log