Fix SAAS-922 for files on S3 too

This commit is contained in:
Albert Santoni 2015-07-15 17:33:33 -04:00
parent 7ecabffbe8
commit 064e1bd4e0
5 changed files with 8 additions and 8 deletions

View file

@ -32,7 +32,7 @@ class CloudFile extends BaseCloudFile
if ($this->proxyStorageBackend == null) {
$this->proxyStorageBackend = new ProxyStorageBackend($this->getStorageBackend());
}
return $this->proxyStorageBackend->getDownloadURLs($this->getResourceId());
return $this->proxyStorageBackend->getDownloadURLs($this->getResourceId(), $this->getFilename());
}
/**