fix missing variable definition
This commit is contained in:
@@ -10,6 +10,7 @@ function booking_confirm_page() {
|
|||||||
$already_paid = false;
|
$already_paid = false;
|
||||||
$paypal_form = "";
|
$paypal_form = "";
|
||||||
$uuid = arg(1);
|
$uuid = arg(1);
|
||||||
|
$payment_processor_type = variable_get('booking_payment_processor', 0);
|
||||||
|
|
||||||
//verify that arg(1) is a uuid
|
//verify that arg(1) is a uuid
|
||||||
if (! preg_match('/^[0-9A-Fa-f\-]+$/', $uuid)) {
|
if (! preg_match('/^[0-9A-Fa-f\-]+$/', $uuid)) {
|
||||||
|
Reference in New Issue
Block a user