From: Antoine Musso Date: Fri, 9 Apr 2004 07:11:30 +0000 (+0000) Subject: removed unused "$icon" variable for thumbnail image name (raise a notice) X-Git-Tag: 1.3.0beta1~538 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=23f95c8621850957006c30fcf9b936f15afebdc7;p=lhc%2Fweb%2Fwiklou.git removed unused "$icon" variable for thumbnail image name (raise a notice) --- 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 );