Skip to content

Commit b2dee00

Browse files
committed
Fix CJ
Change-Id: Idf3cc53e4efe0e5ecaff0503c9b3b822df11b225
1 parent c1f4bc5 commit b2dee00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/components/collageSelection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ function getLayoutPreviewSvg(CollageLayoutEnum $layout, string $orientation = 'l
110110
$w = evaluateLayoutExpression($photoLayout[2], $width, $height);
111111
$h = evaluateLayoutExpression($photoLayout[3], $width, $height);
112112

113-
114113
// For photostrips: reset numbering after first half
115114
$displayNum = $isPhotostrip && $index >= $uniquePhotoCount
116115
? ($index - $uniquePhotoCount + 1)

0 commit comments

Comments
 (0)