Index: typo3/sysext/dbal/class.tx_dbal_autoloader.php =================================================================== --- typo3/sysext/dbal/class.tx_dbal_autoloader.php (Revision 9732) +++ typo3/sysext/dbal/class.tx_dbal_autoloader.php (Arbeitskopie) @@ -45,7 +45,7 @@ * @return void */ public function execute(tx_install $instObj) { - if ($instObj->mode = '123') { + if ($instObj->mode == '123') { switch ($instObj->step) { case 0: if (!t3lib_extMgm::isLoaded('dbal') && $this->isDbalSupported()) {