Bug #21499 » 12511.diff
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;
|
||
}
|
||
/**
|
- « Previous
- 1
- 2
- Next »