From 39dd2e43b87115f8f1e724102587dc1e81b6cf2e Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 27 Jun 2017 12:34:21 +1000 Subject: [PATCH] add missing include --- booking.module | 2 ++ 1 file changed, 2 insertions(+) diff --git a/booking.module b/booking.module index 7780aa0..15b3e27 100644 --- a/booking.module +++ b/booking.module @@ -73,6 +73,8 @@ module_load_include('inc', 'booking', 'booking.rooms_admin'); module_load_include('inc', 'booking', 'booking.stripe'); // Load the include for miscellaneous functions module_load_include('inc', 'booking', 'booking.misc'); +// Load the include for the extended mail system +module_load_include('inc', 'booking', 'booking.MailSystemInferface'); function booking_init() { date_default_timezone_set(date_default_timezone(FALSE));