Actions
Bug #25144
closedIncorrect check for fe / be context in class.t3lib_tstemplate.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
class.t3lib_tstemplate.php uses if (is_object($GLOBALS['TSFE'])) to check for the frontend context, this should be if (TYPO3_MODE == 'FE')
(issue imported from #M17725)
Files
Actions