* Removed redudant global decleration
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 26 Aug 2005 13:57:34 +0000 (13:57 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 26 Aug 2005 13:57:34 +0000 (13:57 +0000)
includes/Image.php

index 18449a1..ecae80a 100644 (file)
@@ -72,8 +72,6 @@ class Image
        }
        
        function Image( $title ) {
-               global $wgShowEXIF;
-               
                if( !is_object( $title ) ) {
                        wfDebugDieBacktrace( 'Image constructor given bogus title.' );
                }