Actions
Bug #20881
closedInstall Tool always sets TYPO3_CONF_VARS[FE][disableNoCacheParameter] upon save
Start date:
2009-08-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When saving the "All configuration" page in the Install Tool, TYPO3 always sets the value for TYPO3_CONF_VARS[FE][disableNoCacheParameter] to '0', even if it was not changed at all.
The reason for this is a type mismatch. Therefore, just fallback to "false" if the submitted value was "0". This means: The value is no different, to not save any changes.
(issue imported from #M11716)
Actions