Bug #23330 ยป 0015321.patch
typo3/sysext/install/mod/class.tx_install.php (Arbeitskopie) | ||
---|---|---|
if (count($warnings)) {
|
||
// Get the subpart for warnings
|
||
$warningsSubpart = t3lib_parsehtml::getSubpart($content, '###WARNINGS###');
|
||
$warningItems = array();
|
||
foreach ($warnings as $warning) {
|
||
// Get the subpart for single warning items
|
||
... | ... | |
// Define the markers content
|
||
$warningItemMarker['warning'] = $warning;
|
||
// Fill the markers in the subpart
|
||
$warningItem[] = t3lib_parsehtml::substituteMarkerArray(
|
||
$warningItems[] = t3lib_parsehtml::substituteMarkerArray(
|
||
$warningItemSubpart,
|
||
$warningItemMarker,
|
||
'###|###',
|