Passed
Push — master ( 4c508e...cd835e )
by Aimeos
04:27
created
src/MShop/Media/Manager/Standard.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1208,7 +1208,7 @@
 block discarded – undo
1208 1208
 		$siteId = $context->locale()->getSiteId();
1209 1209
 
1210 1210
 		// the "d" after {siteid} is the required extension for Windows (no dots at the end allowed)
1211
-		return "${siteId}d/${domain}/${filename[0]}/${filename[1]}/${filename}${ext}";
1211
+		return "${siteid}d/${domain}/${filename[0]}/${filename[1]}/${filename}${ext}";
1212 1212
 	}
1213 1213
 
1214 1214
 
Please login to merge, or discard this patch.