Revert 331425bcb3
as well, fixes #3612
parent
66b73ea456
commit
c5cd184767
|
@ -158,7 +158,7 @@ class RemoteFilesystem
|
||||||
$ctx = StreamContextFactory::getContext($fileUrl, $options, array('notification' => array($this, 'callbackGet')));
|
$ctx = StreamContextFactory::getContext($fileUrl, $options, array('notification' => array($this, 'callbackGet')));
|
||||||
|
|
||||||
if ($this->progress) {
|
if ($this->progress) {
|
||||||
$this->io->writeError(" Downloading: <comment>Connecting...</comment>", !$this->io->isDecorated());
|
$this->io->writeError(" Downloading: <comment>Connecting...</comment>", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
$errorMessage = '';
|
$errorMessage = '';
|
||||||
|
|
Loading…
Reference in New Issue