typo : fix notice
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 23 Apr 2004 13:05:29 +0000 (13:05 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 23 Apr 2004 13:05:29 +0000 (13:05 +0000)
includes/Skin.php

index de5b001..79b99bb 100644 (file)
@@ -1772,7 +1772,7 @@ class Skin {
                $s = "<div class=\"thumbnail-{$align}\" style=\"width:{$oboxwidth}px;\"><div style=\"width:{$boxwidth}px;\">";
                if ( $thumbUrl == "" ) {
                        $s .= str_replace( "$1", $name, wfMsg("missingimage") );
-                       $zoom = '';
+                       $zoomicon = '';
                } else {
                        $s .= '<a href="'.$u.'" class="internal" title="'.$alt.'">'.
                                '<img src="'.$thumbUrl.'" alt="'.$alt.'" ' .