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 88ea45e commit 265871cCopy full SHA for 265871c
lib/internal/Magento/Framework/File/Uploader.php
@@ -848,8 +848,8 @@ public static function getDispersionPath($fileName)
848
$dispersionPath = '/' . ('.' == $fileName[$char] ? '_' : $fileName[$char]);
849
} else {
850
$dispersionPath = self::_addDirSeparator(
851
- $dispersionPath
852
- ) . ('.' == $fileName[$char] ? '_' : $fileName[$char]);
+ $dispersionPath
+ ) . ('.' == $fileName[$char] ? '_' : $fileName[$char]);
853
}
854
$char++;
855
0 commit comments