removed unused "$icon" variable for thumbnail image name (raise a notice)
[lhc/web/wiklou.git] / includes / Skin.php
index 8803339..6eafb87 100644 (file)
@@ -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 );