From: Niklas Laxström Date: Sun, 8 Aug 2010 06:36:00 +0000 (+0000) Subject: Followup r70515, commiting forgotten file X-Git-Tag: 1.31.0-rc.0~35626 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=053b7dcb15aa208916dbb52ff360eda901d06cf6;p=lhc%2Fweb%2Fwiklou.git Followup r70515, commiting forgotten file --- diff --git a/includes/Setup.php b/includes/Setup.php index 133be74125..d9777e2867 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -329,7 +329,7 @@ $wgOut = new StubObject( 'wgOut', 'OutputPage' ); $wgParser = new StubObject( 'wgParser', $wgParserConf['class'], array( $wgParserConf ) ); $wgMessageCache = new StubObject( 'wgMessageCache', 'MessageCache', - array( $messageMemc, $wgUseDatabaseMessages, $wgMsgCacheExpiry, wfWikiID() ) ); + array( $messageMemc, $wgUseDatabaseMessages, $wgMsgCacheExpiry ) ); wfProfileOut( $fname.'-globals' ); wfProfileIn( $fname.'-User' );