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.
2 parents f900c29 + 1763e97 commit 3024375Copy full SHA for 3024375
app/code/Magento/Catalog/Controller/Adminhtml/Product/Gallery/Upload.php
@@ -33,8 +33,8 @@ class Upload extends \Magento\Backend\App\Action implements HttpPostActionInterf
33
private $allowedMimeTypes = [
34
'jpg' => 'image/jpg',
35
'jpeg' => 'image/jpeg',
36
- 'gif' => 'image/png',
37
- 'png' => 'image/gif'
+ 'gif' => 'image/gif',
+ 'png' => 'image/png'
38
];
39
40
/**
0 commit comments