Index: trunk/phase3/includes/filerepo/ForeignDBRepo.php |
— | — | @@ -24,8 +24,6 @@ |
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; |
30 | 28 | } |
31 | 29 | |
32 | 30 | function getMasterDB() { |