Bug #53653
closedUpdate enableDeprecationLog default value and help text
100%
Description
TYPO3's deprecation_log is disabled by default (see #49953 and #51454). The Install Tool in TYPO3 CMS 6.2beta1 LTS shows an incorrect help text for the configuration $GLOBALS['TYPO3_CONF_VARS']['SYS']['enableDeprecationLog']
, claiming that the default value is "file". In addition, enableDeprecationLog
is set to 'file', which should be empty.
The patch removes the value of enableDeprecationLog
and removes the statement about the default value: other values in this area do not state the default value either and since TYPO3 CMS 6.2 LTS, the default value depends on the Application Context.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25417
Updated by Michael Schams almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 319214a2f308efcac0915d65c8cd47afada648d6.