Actions
Bug #85059
closedUse int cast to prevent comparison failures
Start date:
2018-05-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In #81700 a hard check to int value 1 was introduced for the setting GFX/processor_effects.
This could be a problem in case the configuration value is a string. An int cast should solve the problem.
Actions