commit
3e1d0681d1
|
@ -202,7 +202,7 @@ class DownloadManager
|
|||
}
|
||||
break;
|
||||
} catch (\RuntimeException $e) {
|
||||
if ($i == count($sources) - 1) {
|
||||
if ($i === count($sources) - 1) {
|
||||
throw $e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue