From 29893ef98eb2d9f57c684b31b6f4d0476924da21 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 6 Jul 2008 12:45:52 +0000 Subject: [PATCH] One more tweak: double global declaration of $wgOut --- includes/specials/SpecialRecentchangeslinked.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index 3f9ad06ef1..dd893bf299 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -49,7 +49,6 @@ class SpecialRecentchangeslinked extends SpecialRecentchanges { } $title = Title::newFromURL( $target ); if( !$title || $title->getInterwiki() != '' ){ - global $wgOut; $wgOut->wrapWikiMsg( '
$1

', 'allpagesbadtitle' ); return false; } -- 2.20.1