Преглед изворни кода

:shower: added $M_TYPE as param to the transform function call

smiley пре 3 година
родитељ
комит
9aad8fbbdf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Output/QROutputAbstract.php

+ 1 - 1
src/Output/QROutputAbstract.php

@@ -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);
 			}
 		}