From 1509ad4d130f6c3ff3b810b1d7765f741a678f14 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Wed, 11 Jun 2008 12:53:33 +0000 Subject: [PATCH] Tweak for r36189: Back to addWikiMsg but now with the appropriate parameter. Thanks to Nikerabbit who points me to the correct usage. --- includes/ImagePage.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 901a54b87a..7c80c5b1d1 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -650,7 +650,7 @@ EOT return; } $wgOut->addHTML( "
\n" ); - $wgOut->addWikiText( wfMsgExt( 'linkstoimage', array( 'parsemag' ), $count ) ); + $wgOut->addWikiMsg( 'linkstoimage', $count, array( 'parsemag' ) ); $wgOut->addHTML( "