Project

General

Profile

Bug #23330 ยป 0015321.patch

Administrator Admin, 2010-08-01 16:19

View differences:

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,
'###|###',
    (1-1/1)