Bug #24344 ยป 16751.diff
typo3/sysext/install/mod/class.tx_install.php (working copy) | ||
---|---|---|
*/
|
||
function updateWizard_parts($action) {
|
||
$content = '';
|
||
$updateItems = array();
|
||
// Get the template file
|
||
$templateFile = @file_get_contents(PATH_site . $this->templateFilePath . 'UpdateWizardParts.html');
|
||