Actions
Bug #102289
closedRemove leftover image map code
Status:
Closed
Priority:
Should have
Assignee:
Category:
Image Generation / GIFBUILDER
Target version:
-
Start date:
2023-10-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
https://github.com/TYPO3/typo3/blob/main/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php#L773
refers to an option hideButCreateMap
which is no longer used since the removal of IMGMENU and imageMap functionality in v10 (deprecated in v9)
if (!($conf['hideButCreateMap'] ?? false)) {
The if statement is always true and has to be removed, references to hideButCreateMap in t3editor as well
Actions