Index: trunk/phase3/includes/specials/SpecialLinkSearch.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | } |
45 | 45 | |
46 | 46 | function execute( $par ) { |
47 | | - global $wgOut, $wgRequest, $wgUrlProtocols, $wgMiserMode, $wgLang, $wgScript; |
| 47 | + global $wgOut, $wgRequest, $wgUrlProtocols, $wgMiserMode, $wgLang; |
48 | 48 | $this->setHeaders(); |
49 | 49 | |
50 | 50 | $target = $wgRequest->getVal( 'target', $par ); |