SAAS-922 - additional mime-type coverage
This commit is contained in:
parent
92c9fd30b5
commit
e246771af0
2 changed files with 5 additions and 1 deletions
|
@ -527,7 +527,7 @@ SQL;
|
|||
*/
|
||||
public function getRelativeFileUrl($baseUrl)
|
||||
{
|
||||
return $baseUrl."api/get-media/file/".$this->getId().FileDataHelper::getFileExtensionFromMime($this->_file->getDbMime());
|
||||
return $baseUrl."api/get-media/file/".$this->getId();
|
||||
}
|
||||
|
||||
public function getResourceId()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue