Bug #102289
closedRemove leftover image map code
100%
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
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81615
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81615
Updated by Stephan Großberndt about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 03c06639cbeb2f9a92df171b7edbb63d99486b16.