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.
Actions