1
0
Fork 0

Remove the Warning, because managed in the callbackGet notification

pull/235/head
François Pluchino 2012-01-20 12:15:18 +01:00
parent 0dc3832225
commit 1c65fd2078
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ abstract class FileDownloader implements DownloaderInterface
stream_context_set_params($ctx, array("notification" => array($this, 'callbackGet')));
$this->io->overwrite(" Downloading: <comment>connection...</comment>", false);
copy($url, $fileName, $ctx);
@copy($url, $fileName, $ctx);
$this->io->overwrite(" Downloading");
if (!file_exists($fileName)) {