Actions
Bug #64591
closedCleanup CoreUpdateService
Start date:
2015-01-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Cleanup two aspects of CoreUpdateService:
1) Refactor the variable name CoreUpdateService::currentCoreLocation. This name is misleading because in this variable the path to the symlink typo3_src is stored and not the location of the core files. Rename it to CoreUpdateService::symlinkToCoreFiles
2) Add some use statements to get rid of so many full-qualified classnames.
Actions