Compare commits
2 Commits
cd45e6658a
...
a687b8af3b
| Author | SHA1 | Date | |
|---|---|---|---|
| a687b8af3b | |||
|
|
5dd212422c |
@@ -1403,7 +1403,7 @@ class StickerReprint extends Page implements HasForms
|
|||||||
if (strpos($originalQR, '/') != false)
|
if (strpos($originalQR, '/') != false)
|
||||||
{
|
{
|
||||||
// Allowed endings
|
// Allowed endings
|
||||||
$allowed = ['/m', '/M', '/p', '/P'];
|
$allowed = ['/m', '/M', '/p', '/P', '/m|', '/M|', '/p|', '/P|'];
|
||||||
|
|
||||||
$foundValidEnding = false;
|
$foundValidEnding = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user