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', ...)
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I6beffd665e28f5e5061bcc55be1632641fd29224 has been pushed to the review server.
It is available at http://review.typo3.org/2976
Updated by Xavier Perseguers over 13 years ago
- Status changed from New to Under Review
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Ica7309eed3ead0a76fc1adb993d2dc47c9437ba1 has been pushed to the review server.
It is available at http://review.typo3.org/3019
Updated by Xavier Perseguers over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed
Actions