From: Conrad Irwin Date: Fri, 9 Apr 2010 21:31:16 +0000 (+0000) Subject: Bug 23120. Make sure that all wikis sharing the same database use initialCapital X-Git-Tag: 1.31.0-rc.0~37183 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=720730cec2e2bdbce5957b5ec3ef88362a07581c;p=lhc%2Fweb%2Fwiklou.git Bug 23120. Make sure that all wikis sharing the same database use initialCapital --- diff --git a/includes/filerepo/ForeignDBRepo.php b/includes/filerepo/ForeignDBRepo.php index df3fde90b5..11f1aa7b46 100644 --- a/includes/filerepo/ForeignDBRepo.php +++ b/includes/filerepo/ForeignDBRepo.php @@ -24,6 +24,8 @@ class ForeignDBRepo extends LocalRepo { $this->dbFlags = $info['dbFlags']; $this->tablePrefix = $info['tablePrefix']; $this->hasSharedCache = $info['hasSharedCache']; + // This must not depend on per-wiki namespace configuration (bug 23120) + $this->initialCapital = true; } function getMasterDB() {