Actions
Bug #53653
closedUpdate enableDeprecationLog default value and help text
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2013-11-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
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.
Actions