Bug #40390
Task #40095: Move core to namespaces
Namespace: Many files still require "old" files
Status: | Resolved | Start date: | 2012-08-29 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Code Cleanup | Spent time: | - | |
Target version: | 6.0.0-beta1 | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: | hard |
Description
Many files still require files with the old path.
For instance:
ajax.php
require_once dirname(FILE) . '/../t3lib/class.t3lib_div.php';
Recycler: DeletedRecords.php: 314
require_once PATH_t3lib . 'class.t3lib_tcemain.php';
Related issues
History
#1 Updated by Helmut Hummel almost 3 years ago
- Parent task set to #40095
#2 Updated by Wouter Wolters about 2 years ago
- Status changed from New to Resolved
t3lib folder is gone and the constant is removed.