Actions
Bug #21488
closedCall to deprecated method t3lib_userAuth::redirect()
Start date:
2009-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
function start() in class t3lib_userAuth calls the deprecated method t3lib_userAuth::redirect()
this floods the deprecation log with entries.
Solution:
remove the call to this function
it is marked as deprecated since TYPO3 3.6
(issue imported from #M12499)
Files
Updated by Rupert Germann about 15 years ago
follow-up was committed to trunk rev 6373
Actions