Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -1803,9 +1803,7 @@ |
1804 | 1804 | $this->mRedirect = ''; |
1805 | 1805 | $this->mBodytext = ''; |
1806 | 1806 | |
1807 | | - array_unshift( $params, 'parse' ); |
1808 | | - array_unshift( $params, $msg ); |
1809 | | - $this->addHTML( call_user_func_array( 'wfMsgExt', $params ) ); |
| 1807 | + $this->addWikiMsgArray( $msg, $params ); |
1810 | 1808 | |
1811 | 1809 | $this->returnToMain(); |
1812 | 1810 | } |