s/return/continue/
parent
da1cc39cfd
commit
4965fb599c
|
@ -255,7 +255,7 @@ class InstallationManager
|
|||
@file_get_contents($url, false, $context);
|
||||
}
|
||||
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
$postData = array('downloads' => array());
|
||||
|
|
Loading…
Reference in New Issue