Actions
Bug #86407
closedResolve relative file path during copy correctly
Start date:
2018-09-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In composer mode several directories are arranged outside the public root-path. When trying to copy to those folders, the public root-path is prefixed due an invalid check which is too strict. The expectation is to use public root-path (PATH_site) when resolving relative paths here.
see https://github.com/FriendsOfTYPO3/introduction/issues/13
introduced in https://review.typo3.org/#/c/57241/
Updated by Oliver Hader over 6 years ago
- Related to Task #85285: Replace last occurrences of PATH_site with Environment API added
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58415
Updated by Oliver Hader over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b3b143d62eca2cd375927aec3dce0afd2c22d680.
Actions