From a84626e96a24100dbe7694231971d9c29aae2411 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 27 Jun 2017 17:30:17 +1000 Subject: [PATCH] fix --- booking.emails.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.emails.inc b/booking.emails.inc index 84ce5d4..9a41ce7 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -42,7 +42,7 @@ function _booking_registration_email($nid, $balance_payment, $manual = false) { $params['subject'] = $subject; //apply a theme to the HTML body of the email - $html_body = theme('booking_htmlmail_template', + $html_body = theme('booking_htmlmail_registration_mail', array( 'module' => 'booking', 'key' => 'registration_mail',