fix missing variable definition

This commit is contained in:
Nathan Coad
2016-08-22 10:38:20 +10:00
parent f79f812e4e
commit e89f48b17d

View File

@@ -10,6 +10,7 @@ function booking_confirm_page() {
$already_paid = false;
$paypal_form = "";
$uuid = arg(1);
$payment_processor_type = variable_get('booking_payment_processor', 0);
//verify that arg(1) is a uuid
if (! preg_match('/^[0-9A-Fa-f\-]+$/', $uuid)) {