From: Conrad Irwin Date: Fri, 9 Apr 2010 22:09:07 +0000 (+0000) Subject: Revert r64834, hasty and unnecessary X-Git-Tag: 1.31.0-rc.0~37182 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=b005164c9b340f46f7c9b009eaa663cf1e9345f1;p=lhc%2Fweb%2Fwiklou.git Revert r64834, hasty and unnecessary --- diff --git a/includes/filerepo/ForeignDBRepo.php b/includes/filerepo/ForeignDBRepo.php index 11f1aa7b46..df3fde90b5 100644 --- a/includes/filerepo/ForeignDBRepo.php +++ b/includes/filerepo/ForeignDBRepo.php @@ -24,8 +24,6 @@ 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() {