Actions
Bug #40356
closedTask #40095: Move core to namespaces
Class autoloader fails for non-core extbase extensions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-08-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When trying to autoload a class named Tx_Foo_Controller_BazController
, the TYPO3 class autoloader tries to include the file:
typo3conf/ext/foo/Classes/Controller.php
instead oftypo3conf/ext/foo/Classes/Controller/BazController.php
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14169
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14169
Updated by Thomas Maroschik about 12 years ago
- Status changed from Under Review to Closed
- % Done changed from 0 to 100
That issue has already been resolved by #40339
Actions