From: Tim Starling Date: Sun, 24 Apr 2005 04:39:17 +0000 (+0000) Subject: Removed unused global X-Git-Tag: 1.5.0alpha1~160 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=6d676afc02e1116c8fdb5f313c3e924d97b84793;p=lhc%2Fweb%2Fwiklou.git Removed unused global --- diff --git a/includes/SpecialBrokenRedirects.php b/includes/SpecialBrokenRedirects.php index 8ae92c01ce..98fcc7c4ef 100644 --- a/includes/SpecialBrokenRedirects.php +++ b/includes/SpecialBrokenRedirects.php @@ -44,8 +44,6 @@ class BrokenRedirectsPage extends PageQueryPage { } function formatResult( $skin, $result ) { - global $wgContLang ; - $fromObj = Title::makeTitle( $result->namespace, $result->title ); if ( isset( $result->bl_to ) ) { $toObj = Title::newFromText( $result->bl_to );