Fixed two bugs in message parameter handling:
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 10 Feb 2011 09:10:47 +0000 (09:10 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 10 Feb 2011 09:10:47 +0000 (09:10 +0000)
commit7fb251ba6c14cffb64401cb621812a3f01a898c7
treeaf44a2a24f58a061618e3541d7534b24b1206ce3
parent6dc7225794ced4ab3b2293ca8dd10167eee13e63
Fixed two bugs in message parameter handling:
* missing check for is_array caused $foo["raw"] to return true when $foo is string: bug 27298
* Some parameters could be replaced twice or more: r80764
includes/Message.php