Actions
Bug #97952
closedReplace wrong fallback for width and height in ImageDimension->fromProcessingTask
Start date:
2022-07-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Falling back to null for $config['width']
and $config['height']
is wrong, since the called GraphicalFunctions->getImageScale()
expects the type to be string.
Actions