Followup r70515, commiting forgotten file
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Aug 2010 06:36:00 +0000 (06:36 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Aug 2010 06:36:00 +0000 (06:36 +0000)
includes/Setup.php

index 133be74..d9777e2 100644 (file)
@@ -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' );