From: Steve Sutton Date: Fri, 11 Dec 2015 19:05:16 +0000 (-0500) Subject: Fix for the reply to part X-Git-Tag: v0.3.3^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b2669a286d0f4ec61c351ad3090d13f259e4db08;p=WP-Plugins%2Fstaffords-employment.git Fix for the reply to part --- diff --git a/controllers/front.php b/controllers/front.php index 2ceb54d..efc7861 100644 --- 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();