Project

General

Profile

Bug #78969 ยป test.patch

Test before/after patching core - Alexander Opitz, 2016-12-13 10:16

View differences:

typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php
if ($wInfo['header']) {
$menuItems[] = [
'label' => htmlspecialchars($wInfo['header']),
'content' => ''
'content' => '',
'stateIcon' => 2,
];
$key = count($menuItems) - 1;
} else {
    (1-1/1)