From: umherirrender Date: Mon, 26 May 2014 19:00:02 +0000 (+0200) Subject: Change one Linker::formatSize call to Message::sizeParams X-Git-Tag: 1.31.0-rc.0~15577^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=ad51c72677be6fcaf141e5a8942dcfa96a1a5ebb;p=lhc%2Fweb%2Fwiklou.git Change one Linker::formatSize call to Message::sizeParams Change-Id: I2a91f0ef1cf82360da2d17c7dc42633ae3e79100 --- 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 .= '';