From: Platonides Date: Sat, 1 Jan 2011 22:24:51 +0000 (+0000) Subject: rm unused global X-Git-Tag: 1.31.0-rc.0~32910 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=3ca86037d6b89eef03099dbfb124fb8b4553ca68;p=lhc%2Fweb%2Fwiklou.git rm unused global --- 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 );