X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpage%2FImagePage.php;h=66804bc15241e274143eb81d3b40f03771924efc;hb=ba88b2fbb0339664e43d8e8897ccd9df5fcb547d;hp=76b2de0ba3d873e843bcb3020560c13775affa5b;hpb=1762dcfd2f1bc8c33e059dba076c1af1503f9378;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/page/ImagePage.php b/includes/page/ImagePage.php index 76b2de0ba3..66804bc152 100644 --- a/includes/page/ImagePage.php +++ b/includes/page/ImagePage.php @@ -357,7 +357,7 @@ class ImagePage extends Article { # image # "Download high res version" link below the image # $msgsize = $this->getContext()->msg( 'file-info-size', $width_orig, $height_orig, - # Linker::formatSize( $this->displayImg->getSize() ), $mime )->escaped(); + # Language::formatSize( $this->displayImg->getSize() ), $mime )->escaped(); # We'll show a thumbnail of this image if ( $width > $maxWidth || $height > $maxHeight || $this->displayImg->isVectorized() ) { list( $width, $height ) = $this->getDisplayWidthHeight(