InstantCommons path and url cleanup
[lhc/web/wiklou.git] / includes / filerepo / ForeignDBRepo.php
index 11f1aa7..35f93d8 100644 (file)
@@ -1,7 +1,14 @@
 <?php
+/**
+ * A foreign repository with an accessible MediaWiki database
+ *
+ * @file
+ * @ingroup FileRepo
+ */
 
 /**
  * A foreign repository with an accessible MediaWiki database
+ *
  * @ingroup FileRepo
  */
 class ForeignDBRepo extends LocalRepo {
@@ -24,8 +31,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() {