Actions
Bug #23622
closedt3lib_beFunc use $this in static methods
Start date:
2010-09-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
One time some methods inside t3lib_beFunc were changed to static functions. But they call other functions using $this which is not available in static context.
Use NULL for the reference.
(issue imported from #M15822)
Updated by Steffen Kamper about 14 years ago
committed at T3CSS10 to svn
4_4 rev 9070
trunk rev 9071
Actions