Index: trunk/phase3/includes/filerepo/ForeignDBRepo.php |
— | — | @@ -24,6 +24,8 @@ |
25 | 25 | $this->dbFlags = $info['dbFlags']; |
26 | 26 | $this->tablePrefix = $info['tablePrefix']; |
27 | 27 | $this->hasSharedCache = $info['hasSharedCache']; |
| 28 | + // This must not depend on per-wiki namespace configuration (bug 23120) |
| 29 | + $this->initialCapital = true; |
28 | 30 | } |
29 | 31 | |
30 | 32 | function getMasterDB() { |