Bug #24169 ยป 16523_v1.patch
class.tx_install.php (working copy) | ||
---|---|---|
break;
|
||
case 'performUpdate': // third step - perform update
|
||
$title = 'Step 3 - Perform updates';
|
||
$databaseQueries = array(); // init variable as array (for following implode)
|
||
$performUpdateSubpart = t3lib_parsehtml::getSubpart($templateFile, '###PERFORMUPDATE###');
|
||
$updateItemsSubpart = t3lib_parsehtml::getSubpart($performUpdateSubpart, '###UPDATEITEMS###');
|
||
$checkUserInputSubpart = t3lib_parsehtml::getSubpart($updateItemsSubpart, '###CHECKUSERINPUT###');
|
||
... | ... | |
FALSE
|
||
);
|
||
}
|
||
}
|
||
}
|
||
if (strlen($customOutput)) {
|
||
$content.= '<br />' . $customOutput;
|