Skip to content
Snippets Groups Projects
Commit 0accaf08 authored by N Nikhil's avatar N Nikhil
Browse files

#282510::when we upload .png file in the documents ,preview is not displaying...

#282510::when we upload .png file in the documents ,preview is not displaying as well when we download same file it getting corrupted
parent 602a5a87
No related branches found
No related tags found
1 merge request!935#282510::when we upload .png file in the documents ,preview is not displaying...
......@@ -21,7 +21,7 @@ class Documents_Record_Model extends Vtiger_Record_Model {
function getDownloadFileURL($attachmentId = false) {
if ($this->get('filelocationtype') == 'I') {
$fileDetails = $this->getFileDetails();
return 'index.php?module='. $this->getModuleName() .'&action=DownloadFile&record='. $this->getId() .'&fileid='. $fileDetails['attachmentsid'].'&name='. $fileDetails['name'];
return 'index.php?module='. $this->getModuleName() .'&action=DownloadFile&record='. $this->getId() .'&fileid='. $fileDetails['attachmentsid'];
} else {
return $this->get('filename');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment