Revert r64834, hasty and unnecessary
authorConrad Irwin <conrad@users.mediawiki.org>
Fri, 9 Apr 2010 22:09:07 +0000 (22:09 +0000)
committerConrad Irwin <conrad@users.mediawiki.org>
Fri, 9 Apr 2010 22:09:07 +0000 (22:09 +0000)
includes/filerepo/ForeignDBRepo.php

index 11f1aa7..df3fde9 100644 (file)
@@ -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() {