r79450 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79449‎ | r79450 | r79451 >
Date:22:24, 1 January 2011
Author:platonides
Status:ok
Tags:
Comment:
rm unused global
Modified paths:
  • /trunk/phase3/includes/specials/SpecialLinkSearch.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialLinkSearch.php
@@ -43,7 +43,7 @@
4444 }
4545
4646 function execute( $par ) {
47 - global $wgOut, $wgRequest, $wgUrlProtocols, $wgMiserMode, $wgLang, $wgScript;
 47+ global $wgOut, $wgRequest, $wgUrlProtocols, $wgMiserMode, $wgLang;
4848 $this->setHeaders();
4949
5050 $target = $wgRequest->getVal( 'target', $par );

Status & tagging log