Project

General

Profile

Bug #23879 ยป 16179.diff

Administrator Admin, 2010-10-30 13:40

View differences:

class.tx_dbal_autoloader.php (working copy)
*/
public function execute(tx_install $instObj) {
switch ($instObj->step) {
case 0:
if (!t3lib_extMgm::isLoaded('dbal') && $this->isDbalSupported()) {
$this->activateDbal();
// Reload page to have Install Tool actually load DBAL
$redirectUrl = t3lib_div::getIndpEnv('TYPO3_REQUEST_URL');
t3lib_utility_Http::redirect($redirectUrl);
}
break;
case 1:
case 2:
if (!t3lib_extMgm::isLoaded('dbal') && $this->isDbalSupported()) {
    (1-1/1)