From 7db8273317ef487bfb03957da23b94177551e491 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 26 Aug 2005 13:57:34 +0000 Subject: [PATCH] * Removed redudant global decleration --- includes/Image.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/Image.php b/includes/Image.php index 18449a1d97..ecae80a74c 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -72,8 +72,6 @@ class Image } function Image( $title ) { - global $wgShowEXIF; - if( !is_object( $title ) ) { wfDebugDieBacktrace( 'Image constructor given bogus title.' ); } -- 2.20.1