Skip to content

Commit

Permalink
Update app/code/Magento/Catalog/Model/Product.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hws47a authored Feb 8, 2020
1 parent 42b9e32 commit 1a3b7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/Model/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -2335,7 +2335,7 @@ public function getImage()
{
$this->getTypeInstance()->setImageFromChildProduct($this);

return (string)$this->getData('image');
return $this->getData('image');
}

/**
Expand Down

0 comments on commit 1a3b7d0

Please sign in to comment.