Index: trunk/phase3/includes/installer/CoreInstaller.php |
— | — | @@ -328,6 +328,7 @@ |
329 | 329 | public function performInstallation( $startCB, $endCB ) { |
330 | 330 | $installResults = array(); |
331 | 331 | $installer = $this->getDBInstaller(); |
| 332 | + $installer->preInstall(); |
332 | 333 | |
333 | 334 | foreach( $this->getInstallSteps() as $stepObj ) { |
334 | 335 | $step = is_array( $stepObj ) ? $stepObj['name'] : $stepObj; |