From 275452bab9d5a31551d9f72d3b73392906db1f80 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 5 Dec 2016 16:10:22 -0500 Subject: [PATCH] Updating settings used. Use the event setting for these notices. --- classes/helper/notification.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/helper/notification.php b/classes/helper/notification.php index e416709..0717446 100644 --- a/classes/helper/notification.php +++ b/classes/helper/notification.php @@ -153,9 +153,9 @@ class GlmMembersAdmin_event_notification extends GlmDataMembers { $member = $this->getEntry( $memberId ); $settings = $this->config['settings']; - $notify_to = $settings['notify_to']; - $notify_from = $settings['notify_from']; - $notify_message = $settings['notify_message']; + $notify_to = $settings['to_email']; + $notify_from = $settings['from_email']; + $notify_message = $settings['email_notification']; if ( !$notify_to ) { return false; } -- 2.17.1