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.
Updated by Frank Nägler over 6 years ago
- Related to Bug #81700: Images get sharpend even if [GFX][processor_effects] is set to -1 added
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57023
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57023
Updated by Frank Nägler over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a49d5c52592914e118f86319219f3617cd58a250.
Actions