Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit da0cf83

Browse files
committed
Fixed possible fatal error
1 parent 1430537 commit da0cf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/form_manager/lib/form_manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4849,7 +4849,7 @@ function getMailConfigByFormId(int $formId) : array
48494849
form_manager_smtp_port as `port`,
48504850
form_manager_smtp_user as `user`,
48514851
form_manager_smtp_pass as `password`,
4852-
sender_mail
4852+
form_manager_sender_mail as `sender_mail`
48534853
FROM %s WHERE form_manager_id='%s' LIMIT 1",
48544854
$this->cms->tbname['papoo_form_manager'],
48554855
$this->db->escape($formId)

0 commit comments

Comments
 (0)