fixed logging message

This commit is contained in:
Nathan Coad
2018-05-10 10:08:51 +10:00
parent 684f66c5d4
commit 80f911f9af
2 changed files with 2 additions and 2 deletions

View File

@@ -788,7 +788,7 @@ function booking_menu() {
if (variable_get('booking_enable_html_mail', 0) == 1) {
$items['admin/config/booking/mailtemplate'] = array(
'title' => 'Booking module HTML email',
'description' => 'Configure the look of HTMl emails for the Booking module',
'description' => 'Configure the look of HTML emails for the Booking module',
'page callback' => 'drupal_get_form',
'page arguments' => array('booking_mailtemplate_form'),
'access arguments' => array('access administration pages'),