1
0
Fork 0

Bug fix display downloading info

pull/293/head
François Pluchino 2012-02-15 14:16:42 +01:00
parent 953f0992f7
commit bc232af018
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class RemoteFilesystem
$password = $this->io->askAndHideAnswer(' Password: ');
$this->io->setAuthorization($this->originUrl, $username, $password);
$this->content = $this->get($this->originUrl, $this->fileUrl, $this->fileName, $this->progess);
$this->content = $this->get($this->originUrl, $this->fileUrl, $this->fileName, $this->progress);
}
break;