Actions
Task #78193
closedDeprecate ExtensionManagementUtility::extRelPath()
Status:
Closed
Priority:
Should have
Assignee:
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2016-10-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The method extRelPath() is always referring to the relative path
of the current script running, thus it always depends on a valid
path which can be anything.
Instead, solutions like the "EXT:" syntax should be used,
or paths absolute or relative to the PATH_site.
There are alternatives in place, and these should be used
for anything regarding path resolving.
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48915
Updated by Benni Mack about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2376d9cb3df1b700e59a759934ae0fdf65652e95.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions