Fix for the reply to part
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 11 Dec 2015 19:05:16 +0000 (14:05 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 11 Dec 2015 19:05:16 +0000 (14:05 -0500)
controllers/front.php

index 2ceb54d..efc7861 100644 (file)
@@ -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();