Index: typo3/sysext/install/mod/class.tx_install.php =================================================================== --- typo3/sysext/install/mod/class.tx_install.php (Revision 8461) +++ typo3/sysext/install/mod/class.tx_install.php (Arbeitskopie) @@ -8132,6 +8132,7 @@ 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 @@ -8139,7 +8140,7 @@ // Define the markers content $warningItemMarker['warning'] = $warning; // Fill the markers in the subpart - $warningItem[] = t3lib_parsehtml::substituteMarkerArray( + $warningItems[] = t3lib_parsehtml::substituteMarkerArray( $warningItemSubpart, $warningItemMarker, '###|###',