Actions
Bug #23976
closedMake autoloader aware of extension manager classes
Start date:
2010-11-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
At the moment extensionmanager classes (em_*) have to be included in core_autoload with a hardcoded path. this is hacky, it doesn't allow to place em in typo3/ext or typo3conf/ext. It's not possible to calculate the path of em at this point as the extensions are not loaded.
Solution:
maje autoloader aware of prefix "em"
(issue imported from #M16290)
Files
Updated by Ernesto Baschny about 14 years ago
We decided to change the class names to "tx_em" so it behaves like a normal extension now. No further change is required.
Actions