We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc33849 commit 71a61acCopy full SHA for 71a61ac
app/code/core/Mage/Catalog/Model/Product/Image.php
@@ -250,7 +250,7 @@ public function setSize($size)
250
static function ($value) {
251
return $value === '' ? null : (int) $value;
252
},
253
- explode(self::DIMENSIONS_SEPARATOR, strtolower($size), 2)
+ explode(self::DIMENSIONS_SEPARATOR, strtolower($size), 2),
254
);
255
}
256
0 commit comments