🚿 added $M_TYPE as param to the transform function call

This commit is contained in:
smiley
2022-06-05 21:29:27 +02:00
parent 964f37ba96
commit 9aad8fbbdf
+1 -1
View File
@@ -152,7 +152,7 @@ abstract class QROutputAbstract implements QROutputInterface{
}
// collect the modules per $M_TYPE
$paths[$M_TYPE][] = $transform($x, $y);
$paths[$M_TYPE][] = $transform($x, $y, $M_TYPE);
}
}