Don't double-parse messages, it breaks lots of things. Fixes bug #17442.

This commit is contained in:
Tim Starling 2009-02-11 06:34:39 +00:00
parent 501b0e4cff
commit 813c686a03

View file

@ -731,7 +731,7 @@ class Cite {
return
$this->parse(
'<strong class="error">' .
wfMsg( 'cite_error', wfMsg( $key, $param ) ) .
wfMsgNoTrans( 'cite_error', wfMsgNoTrans( $key, $param ) ) .
'</strong>'
);
}