Index: typo3/mod/tools/em/index.php =================================================================== RCS file: /cvsroot/typo3/TYPO3core/typo3/mod/tools/em/index.php,v retrieving revision 1.51.2.5 diff -u -r1.51.2.5 index.php --- typo3/mod/tools/em/index.php 15 Feb 2006 23:16:33 -0000 1.51.2.5 +++ typo3/mod/tools/em/index.php 19 Feb 2006 13:37:52 -0000 @@ -1103,7 +1103,7 @@ if($this->MOD_SETTINGS['selectedMirror']=='') { srand((float) microtime() * 10000000); // not needed after PHP 4.2.0... $rand = array_rand($mirrors); - $url = 'http://'.$mirrors[$rand[0]]['host'].$mirrors[$rand[0]]['path']; + $url = 'http://'.$mirrors[$rand]['host'].$mirrors[$rand]['path']; } else { $url = 'http://'.$mirrors[$this->MOD_SETTINGS['selectedMirror']]['host'].$mirrors[$this->MOD_SETTINGS['selectedMirror']]['path'];