Project

General

Profile

Bug #21499 » 12511.diff

Administrator Admin, 2011-01-26 00:00

View differences:

typo3/sysext/install/updates/class.tx_coreupdates_installsysexts.php (Arbeitskopie)
array_keys($this->pObj->INSTALL['update']['installSystemExtensions']['sysext'])
);
$this->installExtensions($extArray);
$result = TRUE;
}
return $result;
// we never fail.. if the user does not want to install any extension, it's also a success for him
return TRUE;
}
/**
(2-2/2)