r69137 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69136‎ | r69137 | r69138 >
Date:10:42, 7 July 2010
Author:avar
Status:ok
Tags:
Comment:
new-installer: Remove duplicate code added in r69128
Modified paths:
  • /trunk/phase3/includes/installer/MysqlInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/MysqlInstaller.php
@@ -39,10 +39,6 @@
4040 return;
4141 }
4242
43 - if ( $this->parent->getVar( 'wgDBtype' ) !== $this->getName() ) {
44 - return;
45 - }
46 -
4743 # Add our user callback to installSteps, right before the tables are created.
4844 $callback = array(
4945 array(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69128* Add Status::getWarningsArray() to complement Status::getErrorsArray()...mah02:53, 7 July 2010

Status & tagging log