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

@@ -391,7 +391,7 @@ function _booking_promoted_from_waitinglist_email($nid) {
}
if ($tokens['payment-required'] == 0) {
watchdog('booking_debug', 'This person has fully paid so sending Not sending promoted-from-waitinglist-fullypaid email.');
watchdog('booking_debug', 'This person has fully paid so sending promoted-from-waitinglist-fullypaid email.');
$message_body = variable_get('booking_email_waitinglistpromotion_fullypaid');
}
else {