diff --git a/app/Controllers/NotificationController.php b/app/Controllers/NotificationController.php index cc13b100..c59102e5 100755 --- a/app/Controllers/NotificationController.php +++ b/app/Controllers/NotificationController.php @@ -88,7 +88,7 @@ class NotificationController extends AdminController { $checkboxNames = [ 'member_welcome_mail_btn', - 'common_mail_btn', + 'member_common_mail_btn', 'member_reminder_mail_btn', 'member_ecard_mail_btn', 'member_review_and_summary_mail_btn', @@ -232,7 +232,8 @@ class NotificationController extends AdminController $params = [ 'client_data' => $client_data, 'notification_data' => $notification_data, - 'test_mail' => $test_mail + 'test_mail' => $test_mail, + 'test_mail_list' => "" ]; $testMailData = sendMailNotification::sendMailNotificationForTesting($notification_data['template_name'], $params);