projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
337f045
)
Update member notice
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 25 Apr 2017 17:13:50 +0000
(13:13 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 25 Apr 2017 17:13:50 +0000
(13:13 -0400)
Update the email from address.
classes/helper/notification.php
patch
|
blob
|
history
diff --git
a/classes/helper/notification.php
b/classes/helper/notification.php
index
86478ac
..
68ab638
100644
(file)
--- 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();