Project

General

Profile

Actions

Bug #102289

closed

Remove leftover image map code

Added by Stephan Großberndt 7 months ago. Updated 7 months ago.

Status:
Resolved
Priority:
Should have
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

Also available in: Atom PDF