Skip to content

Commit

Permalink
FIX: Issue in job expiry reply to value
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinjohn22 committed Mar 20, 2024
1 parent bb84501 commit 36479a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-awsm-job-openings-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ public static function get_notification_options( $type ) {
$options = array(
'enable' => get_option( 'awsm_jobs_enable_expiry_notification', $expired_options['enable'] ),
'from' => get_option( 'awsm_jobs_author_from_email_notification', '{default-from-email}' ),
'reply_to' => get_option( 'awsm_jobs_author_reply_to_notification', get_option( 'awsm_jobs_from_email_notification') ),
'reply_to' => get_option( 'awsm_jobs_author_reply_to_notification', get_option( 'awsm_jobs_reply_to_notification') ),
'to' => get_option( 'awsm_jobs_author_to_notification', '{author-email}' ),
'cc' => get_option( 'awsm_jobs_author_hr_notification' ),
'subject' => get_option( 'awsm_jobs_author_notification_subject', $expired_options['subject'] ),
Expand Down

0 comments on commit 36479a5

Please sign in to comment.