1
0
Fork 0

s/return/continue/

pull/1367/merge
Jordi Boggiano 2012-11-29 10:11:23 +01:00
parent da1cc39cfd
commit 4965fb599c
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ class InstallationManager
@file_get_contents($url, false, $context); @file_get_contents($url, false, $context);
} }
return; continue;
} }
$postData = array('downloads' => array()); $postData = array('downloads' => array());