Skip to content

Commit

Permalink
Fixed possible fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-papoo committed Dec 3, 2021
1 parent 1430537 commit da0cf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/form_manager/lib/form_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -4849,7 +4849,7 @@ function getMailConfigByFormId(int $formId) : array
form_manager_smtp_port as `port`,
form_manager_smtp_user as `user`,
form_manager_smtp_pass as `password`,
sender_mail
form_manager_sender_mail as `sender_mail`
FROM %s WHERE form_manager_id='%s' LIMIT 1",
$this->cms->tbname['papoo_form_manager'],
$this->db->escape($formId)
Expand Down

0 comments on commit da0cf83

Please sign in to comment.