projects
/
WP-Plugins
/
staffords-employment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c50ec56
)
Fix for the reply to part
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 11 Dec 2015 19:05:16 +0000
(14:05 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 11 Dec 2015 19:05:16 +0000
(14:05 -0500)
controllers/front.php
patch
|
blob
|
history
diff --git
a/controllers/front.php
b/controllers/front.php
index
2ceb54d
..
efc7861
100644
(file)
--- a/
controllers/front.php
+++ b/
controllers/front.php
@@
-152,8
+152,8
@@
class staffords_employment_front
$fromName = $plugin_options['from_name'];
$from = $plugin_options['from_email'];
$to = $plugin_options['notification_email'];
- $name = $plugin_
name
['replyto_name'];
- $email = $plugin_
name
['replyto_email'];
+ $name = $plugin_
options
['replyto_name'];
+ $email = $plugin_
options
['replyto_email'];
$message = $plugin_options['notification_message'] . "\n\n";
$message .= admin_url() . "edit.php?post_type=staffords_jobs&page=applications\n\n";
$headers = array();