Actions
Bug #21473
closedCall to deprecated method t3lib_beUserAuth::trackBeUser()
Start date:
2009-11-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Each request to the backend calls the deprecated method t3lib_beUserAuth::trackBeUser() automatically. This method is deprecated since TYPO3 3.6 and should not be used in the Core at all.
The call in init.php to the mentioned method gets removed - however the method will stay in the class t3lib_beUserAuth if anyone still uses it. This way the deprecation log does not get flooded anymore.
(issue imported from #M12483)
Files
Actions