From: Alexandre Emsenhuber Date: Sun, 6 Jul 2008 12:45:52 +0000 (+0000) Subject: One more tweak: double global declaration of $wgOut X-Git-Tag: 1.31.0-rc.0~46698 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=29893ef98eb2d9f57c684b31b6f4d0476924da21;p=lhc%2Fweb%2Fwiklou.git One more tweak: double global declaration of $wgOut --- 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; }