Project

General

Profile

Bug #24292 ยป 16678.diff

Administrator Admin, 2010-12-05 15:03

View differences:

class.tx_dbal_autoloader.php (working copy)
if ($instObj->mode == '123') {
switch ($instObj->step) {
case 0:
if (!t3lib_extMgm::isLoaded('dbal') && $this->isDbalSupported()) {
if (!is_array($instObj->INSTALL) && !t3lib_extMgm::isLoaded('dbal') && $this->isDbalSupported()) {
$this->activateDbal();
// Reload page to have Install Tool actually load DBAL
    (1-1/1)