Actions
Bug #27001
closedFatal error: Call to undefined method TBE_FolderTree::t3lib_folderTree() in class.browse_links.php
Start date:
2011-05-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After moving from PHP4 to PHP5 constructors above error occurs because core still calling PHP4 constructors.
Solution:
Change the code to call PHP5 constructors
Actions