Actions
Task #40880
closedSuperfluous brackets in sysext "core" after namespaces move
Start date:
2012-09-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The following syntax appears in various parts of the core:
- header(('Last-Modified: ' . gmdate('D, d M Y H:i:s')) . ' GMT'); + header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
Actions