Skip to content

Commit

Permalink
Update Download.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mageprince authored and Amol Chaudhari committed Feb 15, 2019
1 parent 71a5f5d commit 0fc730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Downloadable/Helper/Download.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function getFileSize()
*
* @return string
*/
public function getContentType()
public function getContentType()
{
$this->_getHandle();
if ($this->_linkType === self::LINK_TYPE_FILE) {
Expand Down

0 comments on commit 0fc730b

Please sign in to comment.