From: Niklas Laxström Date: Sat, 20 Aug 2005 12:01:08 +0000 (+0000) Subject: Wikitext here also X-Git-Tag: 1.6.0~1871 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=c4162ea5efe6c694ab9bdefa3efef83d8d7ae95a;p=lhc%2Fweb%2Fwiklou.git Wikitext here also --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 7f83afe5bc..4c6cf28c8e 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -256,7 +256,7 @@ END $title = Title::makeTitle( NS_SPECIAL, 'Upload' ); $link = $sk->makeKnownLinkObj($title, wfMsgHtml('shareduploadwiki-linktext'), array( 'wpDestFile' => urlencode( $this->img->getName() ))); - $sharedtext .= " " . wfMsgHtml('shareduploadwiki', $link); + $sharedtext .= " " . wfMsgWikiHtml('shareduploadwiki', $link); } $sharedtext .= ""; $wgOut->addHTML($sharedtext);