Skip to content

Commit 1a3b7d0

Browse files
authored
Update app/code/Magento/Catalog/Model/Product.php
1 parent 42b9e32 commit 1a3b7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2335,7 +2335,7 @@ public function getImage()
23352335
{
23362336
$this->getTypeInstance()->setImageFromChildProduct($this);
23372337

2338-
return (string)$this->getData('image');
2338+
return $this->getData('image');
23392339
}
23402340

23412341
/**

0 commit comments

Comments
 (0)