removed unused "$icon" variable for thumbnail image name (raise a notice)
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 9 Apr 2004 07:11:30 +0000 (07:11 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 9 Apr 2004 07:11:30 +0000 (07:11 +0000)
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 );