Skip to content

Commit 2072100

Browse files
authored
Update Download.php
1 parent f1867c9 commit 2072100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Downloadable/Helper/Download.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function getFileSize()
183183
*
184184
* @return string
185185
*/
186-
public function getContentType()
186+
public function getContentType()
187187
{
188188
$this->_getHandle();
189189
if ($this->_linkType === self::LINK_TYPE_FILE) {

0 commit comments

Comments
 (0)