Project

General

Profile

Actions

Bug #40155

closed

Task #40095: Move core to namespaces

browse_links.php instantiates wrong class namespace

Added by Nico de Haen over 11 years ago. Updated over 11 years ago.

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)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #40203: Namespace: Element BrowserClosed2012-08-25

Actions
Actions

Also available in: Atom PDF