From 1722f2054f15073e126d9264f265ca5ffc6b87db Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 25 Apr 2017 13:13:50 -0400 Subject: [PATCH] Update member notice Update the email from address. --- classes/helper/notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/helper/notification.php b/classes/helper/notification.php index 86478ac..68ab638 100644 --- a/classes/helper/notification.php +++ b/classes/helper/notification.php @@ -101,7 +101,7 @@ class GlmMembersAdmin_event_notification extends GlmDataMembers $memberInfo = $memberInfoData->getActiveInfoForMember( $memberId ); // get settings $settings = $this->config['settings']; - $notify_from = $settings['notify_from']; + $notify_from = $settings['from_email']; // Setup the Smarty Engine $smarty = new smartyTemplateSupport(); -- 2.17.1