From: Steve Sutton Date: Tue, 25 Apr 2017 17:13:50 +0000 (-0400) Subject: Update member notice X-Git-Tag: v1.6.37^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1722f2054f15073e126d9264f265ca5ffc6b87db;p=WP-Plugins%2Fglm-member-db-events.git Update member notice Update the email from address. --- 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();