From 6d676afc02e1116c8fdb5f313c3e924d97b84793 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 24 Apr 2005 04:39:17 +0000 Subject: [PATCH] Removed unused global --- includes/SpecialBrokenRedirects.php | 2 -- 1 file changed, 2 deletions(-) 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 ); -- 2.20.1