Actions
Bug #19511
closedCall to t3lib_div::devLog() without key in index_ts.php
Start date:
2008-10-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In typo3/sysext/cms/tslib/index_ts.php the following line:
if (TYPO3_DLOG) t3lib_div::devLog('END of FRONTEND session', '', 0, array('_FLUSH' => TRUE));
calls the t3lib_div::devLog without any (extension) key. To make it complete and useful, add "cms" as a key.
(issue imported from #M9655)
Files
Updated by Oliver Hader about 16 years ago
Committed to SVN:
- TYPO3_4-2 (rev. 4353)
- Trunk (rev. 4354)
Actions