Skip to content

Commit 1b2148e

Browse files
committed
Fix error
1 parent 67726e5 commit 1b2148e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wcmf/lib/presentation/impl/DefaultResponse.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function getFile() {
132132
'isDownload' => $this->document->isDownload(),
133133
'filename' => $this->document->getFilename(),
134134
'content' => $this->document->getContent(),
135-
'type' => $this->document->getType(),
135+
'type' => $this->document->getMimeType(),
136136
];
137137
}
138138
return null;

0 commit comments

Comments
 (0)