Actions
Task #38754
closedCleanup multiple classes of "localPageTree"
Start date:
2012-07-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If you search after "class localPageTree" in TYPO3 page tree, you will find five classes with the same name.
This is not very good, because this classes clan`t be load via autoloader due to the same names.
The autoloader don`t know which must be loaded.
Solution: Lets clean this mess up!
Updated by Andy Grunwald over 12 years ago
- typo3/db_new.php
- typo3/class.browse_links.php
- typo3/move_el.php
- beuser
- impexp
Updated by Helmut Hummel almost 12 years ago
- Status changed from New to Closed
Resolved with #40095 \o/
Actions