Removed unused global
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 24 Apr 2005 04:39:17 +0000 (04:39 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 24 Apr 2005 04:39:17 +0000 (04:39 +0000)
includes/SpecialBrokenRedirects.php

index 8ae92c0..98fcc7c 100644 (file)
@@ -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 );