From 23f95c8621850957006c30fcf9b936f15afebdc7 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 9 Apr 2004 07:11:30 +0000 Subject: [PATCH] removed unused "$icon" variable for thumbnail image name (raise a notice) --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 8803339e5b..6eafb8794c 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1577,7 +1577,7 @@ class Skin { global $wgUseImageMagick; global $wgUseSquid, $wgInternalServer; $imgPath = wfImagePath( $name ); - $thumbName = $width."px-".$icon.$name; + $thumbName = $width."px-".$name; $thumbPath = wfImageThumbDir( $thumbName )."/".$thumbName; $thumbUrl = wfImageThumbUrl( $thumbName ); -- 2.20.1