r64836 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64835‎ | r64836 | r64837 >
Date:22:09, 9 April 2010
Author:conrad
Status:ok
Tags:
Comment:
Revert r64834, hasty and unnecessary
Modified paths:
  • /trunk/phase3/includes/filerepo/ForeignDBRepo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/ForeignDBRepo.php
@@ -24,8 +24,6 @@
2525 $this->dbFlags = $info['dbFlags'];
2626 $this->tablePrefix = $info['tablePrefix'];
2727 $this->hasSharedCache = $info['hasSharedCache'];
28 - // This must not depend on per-wiki namespace configuration (bug 23120)
29 - $this->initialCapital = true;
3028 }
3129
3230 function getMasterDB() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64834Bug 23120. Make sure that all wikis sharing the same database use initialCapitalconrad21:31, 9 April 2010

Status & tagging log