Actions
Bug #79194
closedWrong object usage in exception in ResourceStorage::assureFileMovePermissions()
Start date:
2017-01-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
The object $folder
is passed to the exception message, causing additional errors, as Folder
doesn't have a __toString()
method implemented.
Updated by Gerrit Code Review almost 8 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/51178
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51182
Updated by Andreas Fernandez almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b49b1598f27b9ac90ccd7b981a38128c71ef0091.
Actions