Actions
Bug #40155
closedTask #40095: Move core to namespaces
browse_links.php instantiates wrong class namespace
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-08-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
typo3/browse_links.php contains:
makeInstance('SC_TYPO3\\CMS\\Recordlist\\Browser\\ElementBrowser');
which should be
makeInstance('TYPO3\\CMS\\Recordlist\\Browser\\ElementBrowser');
I suppose
and then there is a call to $OBE->main()
which causes a fatal error, since the ElementBrowser class does not have a method named main()
Parent task: #40095
(Can't access that field here in bugtracker)
Actions