Native digits on 'notification-page-linked-bundle'

Change-Id: I2fc95dfe195287a5a0366839c11d267e1ad31db3
This commit is contained in:
Ebrahim Byagowi 2013-11-25 14:10:44 +00:00
parent 31f5d0d30d
commit 4ac1bad1e1

View file

@ -146,11 +146,11 @@ class EchoPageLinkFormatter extends EchoBasicFormatter {
if ( $this->bundleData['link-from-page-other-count'] > $wgEchoMaxNotificationCount ) {
$message->params(
$this->getMessage( 'echo-notification-count' )
->params( $wgEchoMaxNotificationCount )
->numParams( $wgEchoMaxNotificationCount )
->text()
);
} else {
$message->params( $this->bundleData['link-from-page-other-count'] );
$message->numParams( $this->bundleData['link-from-page-other-count'] );
}
break;