Actions
Bug #38104
closedRemove bogus template in template analyzer
Start date:
2012-06-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Since the implementation of #22169 a bogus template icon appeared in the template analyzer (see screenshots).
This is because the call to processTemplate was accidentally moved outside the if construct which checks if there are ext_typoscript_*.txt files for the extensions.
Move the method call inside the check again.
Files
Actions