Actions
Bug #84945
closedFrontend page generation code contains unnecessary conditions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-05-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The additional !isINTincScript check stems from the time
where this code was in one separate file, which
was included two time and page generation should be
skipped a second time. INT scripts are only generated
during page rendering (or when fetching the page from cache)
so the additional checks are obsolete
Actions