Passed
Push — master ( e7141a...ab4b6a )
by Aimeos
04:16
created
src/MShop/Media/Manager/Standard.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1162,7 +1162,7 @@
 block discarded – undo
1162 1162
 		$siteId = $context->locale()->getSiteId();
1163 1163
 
1164 1164
 		// the "d" after {siteid} is the required extension for Windows (no dots at the end allowed)
1165
-		return "${siteId}d/preview/${domain}/${filename[0]}/${filename[1]}/${filename}${ext}";
1165
+		return "${siteid}d/preview/${domain}/${filename[0]}/${filename[1]}/${filename}${ext}";
1166 1166
 	}
1167 1167
 
1168 1168
 
Please login to merge, or discard this patch.