FIX_ISSUE
This commit is contained in:
parent
8b1658b497
commit
ae364f6b94
@ -88,7 +88,7 @@ class NotificationController extends AdminController
|
|||||||
{
|
{
|
||||||
$checkboxNames = [
|
$checkboxNames = [
|
||||||
'member_welcome_mail_btn',
|
'member_welcome_mail_btn',
|
||||||
'common_mail_btn',
|
'member_common_mail_btn',
|
||||||
'member_reminder_mail_btn',
|
'member_reminder_mail_btn',
|
||||||
'member_ecard_mail_btn',
|
'member_ecard_mail_btn',
|
||||||
'member_review_and_summary_mail_btn',
|
'member_review_and_summary_mail_btn',
|
||||||
@ -232,7 +232,8 @@ class NotificationController extends AdminController
|
|||||||
$params = [
|
$params = [
|
||||||
'client_data' => $client_data,
|
'client_data' => $client_data,
|
||||||
'notification_data' => $notification_data,
|
'notification_data' => $notification_data,
|
||||||
'test_mail' => $test_mail
|
'test_mail' => $test_mail,
|
||||||
|
'test_mail_list' => ""
|
||||||
];
|
];
|
||||||
|
|
||||||
$testMailData = sendMailNotification::sendMailNotificationForTesting($notification_data['template_name'], $params);
|
$testMailData = sendMailNotification::sendMailNotificationForTesting($notification_data['template_name'], $params);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user