Skip to content

Commit

Permalink
[BUGFIX] 5th argument BU::wrapClickMenuOnIcon() must be an array (#2477)
Browse files Browse the repository at this point in the history
This was introduced 2 weeks ago in https://review.typo3.org/c/Packages/TYPO3.CMS/+/83900

It blocks applying the latest TYPO3 security update v12.4.15
  • Loading branch information
christophlehmann authored May 14, 2024
1 parent b3278fe commit 1955dfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Classes/Hooks/PluginPreviewRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ public function getRecordData(int $id, string $table = 'pages'): string
$table,
$record['uid'],
true,
'',
'+info,edit,history'
$record
);

$linkTitle = htmlspecialchars(BackendUtilityCore::getRecordTitle($table, $record));
Expand Down

0 comments on commit 1955dfb

Please sign in to comment.