Skip to content

Commit 3024375

Browse files
committed
Merge remote-tracking branch '36668/patch-1' into comm_voted
2 parents f900c29 + 1763e97 commit 3024375

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Gallery

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Gallery/Upload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class Upload extends \Magento\Backend\App\Action implements HttpPostActionInterf
3333
private $allowedMimeTypes = [
3434
'jpg' => 'image/jpg',
3535
'jpeg' => 'image/jpeg',
36-
'gif' => 'image/png',
37-
'png' => 'image/gif'
36+
'gif' => 'image/gif',
37+
'png' => 'image/png'
3838
];
3939

4040
/**

0 commit comments

Comments
 (0)