r63546 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63545‎ | r63546 | r63547 >
Date:12:45, 10 March 2010
Author:demon
Status:ok
Tags:
Comment:
Followup r63545: Whoops make that public
Modified paths:
  • /trunk/phase3/maintenance/Maintenance.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/Maintenance.php
@@ -292,7 +292,7 @@
293293 * Maintenance::DB_ADMIN - For admin DB access
294294 * @return int
295295 */
296 - protected function getDbType() {
 296+ public function getDbType() {
297297 return Maintenance::DB_STD;
298298 }
299299

Follow-up revisions

RevisionCommit summaryAuthorDate
r63548Backport r63545,r63546 REL1_16 (Fix regression from r51677, still need to loa...demon12:54, 10 March 2010
r63874Follow-up r63546: it needs to be public here tooialex19:46, 17 March 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63545Fix regression from r51677, still need to load AdminSettings if it exists for...demon12:44, 10 March 2010

Status & tagging log