Update member notice
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 25 Apr 2017 17:13:50 +0000 (13:13 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 25 Apr 2017 17:13:50 +0000 (13:13 -0400)
Update the email from address.

classes/helper/notification.php

index 86478ac..68ab638 100644 (file)
@@ -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();