Last modified: 2011-03-25 19:09:53 UTC
I noticed this when I first started tracking down a problem with the CLI installer and the test runner. In the CLI installer, wgMetaNamespace is added with the value "MediaWiki", which is obviously wrong. In the web installer it gets set to the uppercased value of wgSitename and this causes the test ApiQueryTest to fail. I'm not sure what is going on or if ApiQueryTest is wrong, but someone needs to fix something. Marking this here so I don't forget.
*** This bug has been marked as a duplicate of bug 26939 ***
This isn't really a dupe of Bug#26939 since the wrong value is given to wgMetaNamespace sometimes.
Fixed as a result of r84403.