From 3ca86037d6b89eef03099dbfb124fb8b4553ca68 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 1 Jan 2011 22:24:51 +0000 Subject: [PATCH] rm unused global --- includes/specials/SpecialLinkSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialLinkSearch.php b/includes/specials/SpecialLinkSearch.php index df8fca5af3..6bfcdda3af 100644 --- a/includes/specials/SpecialLinkSearch.php +++ b/includes/specials/SpecialLinkSearch.php @@ -43,7 +43,7 @@ class LinkSearchPage extends QueryPage { } function execute( $par ) { - global $wgOut, $wgRequest, $wgUrlProtocols, $wgMiserMode, $wgLang, $wgScript; + global $wgOut, $wgRequest, $wgUrlProtocols, $wgMiserMode, $wgLang; $this->setHeaders(); $target = $wgRequest->getVal( 'target', $par ); -- 2.20.1