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:
06b5e82
)
Updating settings used.
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 5 Dec 2016 21:10:22 +0000
(16:10 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 5 Dec 2016 21:10:22 +0000
(16:10 -0500)
Use the event setting for these notices.
classes/helper/notification.php
patch
|
blob
|
history
diff --git
a/classes/helper/notification.php
b/classes/helper/notification.php
index
e416709
..
0717446
100644
(file)
--- 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;
}