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 24e17f6 commit d42951bCopy full SHA for d42951b
app/code/Magento/Catalog/Model/ImageUploader.php
@@ -93,7 +93,7 @@ public function __construct(
93
$baseTmpPath,
94
$basePath,
95
$allowedExtensions,
96
- $allowedMimeTypes
+ $allowedMimeTypes = []
97
) {
98
$this->coreFileStorageDatabase = $coreFileStorageDatabase;
99
$this->mediaDirectory = $filesystem->getDirectoryWrite(\Magento\Framework\App\Filesystem\DirectoryList::MEDIA);
0 commit comments