]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-order.php
Fixes + asserts
[mailer.git] / inc / modules / member / what-order.php
index 48049c784619a3fde28a1ca59c392d151acc66e2..cc8fdf421685eb1132743a28a07e7510ad3403a1 100644 (file)
@@ -263,7 +263,7 @@ LIMIT 1",
                                }
 
                                // Make sure only valid id numbers can pass
-                               assert(isValidId($data['id']));
+                               assert(isValidId($data['id']), 'data[id]=' . $data['id'] . ' is not a valid id number.');
 
                                // Id is received so we can redirect the user, used points will be added when he send's out the mail
                                $data['url'] = 'modules.php?module=frametester&order=' . bigintval($data['id']);