From: Steve Sutton Date: Mon, 5 Dec 2016 21:10:22 +0000 (-0500) Subject: Updating settings used. X-Git-Tag: v1.5.8^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=275452bab9d5a31551d9f72d3b73392906db1f80;p=WP-Plugins%2Fglm-member-db-events.git Updating settings used. Use the event setting for these notices. --- 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; }