From ad51c72677be6fcaf141e5a8942dcfa96a1a5ebb Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 26 May 2014 21:00:02 +0200 Subject: [PATCH] Change one Linker::formatSize call to Message::sizeParams Change-Id: I2a91f0ef1cf82360da2d17c7dc42633ae3e79100 --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index a38b1956f6..5f385acf6a 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -1303,7 +1303,7 @@ class ImageHistoryList extends ContextSource { $row .= htmlspecialchars( $file->getDimensionsString() ); $row .= $this->msg( 'word-separator' )->plain(); $row .= ''; - $row .= $this->msg( 'parentheses' )->rawParams( Linker::formatSize( $file->getSize() ) )->plain(); + $row .= $this->msg( 'parentheses' )->sizeParams( $file->getSize() )->plain(); $row .= ''; $row .= ''; -- 2.20.1