add missing include

This commit is contained in:
2017-06-27 12:34:21 +10:00
parent 44931adb82
commit 39dd2e43b8

View File

@@ -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));