Actions
Bug #60317
closedFinal cleanup of TCA Overrides
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-07-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Some of the files still miss the die statement
in the first line. To be consistent, add it to
every file.
On file had a check for TYPO3_MODE === BE which
is wrong in these files because the result is cached.
If the first hit with empty cache is done in a FE
request, a wrong result would be cached.
Updated by Helmut Hummel over 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset a8736bae847fe4d90b5708a434662bf4c275cc6e.
Actions