Actions
Task #53122
closedEpic #47018: Implement Composer support and clean package manager API
Use package manager in impexp extension selector
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-10-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
The extension selector currently causes PHP warnings because it uses the old $TYPO3_LOADED_EXT
array in an invalid way (e.g. array_keys()
is used).
Code can simply be replaced with calls to the PackageManager.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/25002
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25002
Updated by Alexander Stehlik over 10 years ago
This was already fixed in #56670. Please close this one.
Updated by Wouter Wolters about 10 years ago
- Status changed from Under Review to Closed
Already fixed!
Actions