From: Niklas Laxström Date: Wed, 7 Feb 2007 18:12:55 +0000 (+0000) Subject: * Don't transform mainpagedocfooter X-Git-Tag: 1.31.0-rc.0~54102 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=40b456e4d57bfbeb8546f8f7b9b59c99a8f0ef6f;p=lhc%2Fweb%2Fwiklou.git * Don't transform mainpagedocfooter --- diff --git a/config/index.php b/config/index.php index f625a8407f..43e0363379 100644 --- a/config/index.php +++ b/config/index.php @@ -900,7 +900,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { $newid = $article->insertOn( $wgDatabase ); $revision = new Revision( array( 'page' => $newid, - 'text' => wfMsg( 'mainpagetext' ) . "\n\n" . wfMsg( 'mainpagedocfooter' ), + 'text' => wfMsg( 'mainpagetext' ) . "\n\n" . wfMsgNoTrans( 'mainpagedocfooter' ), 'comment' => '', 'user' => 0, 'user_text' => 'MediaWiki default',