Actions
Bug #27755
closedMirror selection is not respected
Start date:
2011-06-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Method getMirrorURL() of sysext/em/classes/index.php fails to return the user selected mirror.
$this->MOD_SETTINGS['selectedMirror'] contains 'typo3.org' (for me). This information is used to restrict the mirror to use by
$mirrors[$this->MOD_SETTINGS['selectedMirror']]
The problem is that $mirrors is indexed by id (0, 1, ...) and not by key ('typo3.org', ...)
Actions