r74912 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74911‎ | r74912 | r74913 >
Date:19:02, 17 October 2010
Author:demon
Status:ok
Tags:
Comment:
For some reason we're not calling preInstall() like we should
Modified paths:
  • /trunk/phase3/includes/installer/CoreInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/CoreInstaller.php
@@ -328,6 +328,7 @@
329329 public function performInstallation( $startCB, $endCB ) {
330330 $installResults = array();
331331 $installer = $this->getDBInstaller();
 332+ $installer->preInstall();
332333
333334 foreach( $this->getInstallSteps() as $stepObj ) {
334335 $step = is_array( $stepObj ) ? $stepObj['name'] : $stepObj;

Status & tagging log