Fix the email_queue save_response

This commit is contained in:
FusionPBX
2025-05-06 20:34:49 -06:00
committed by GitHub
parent d8283c26ca
commit db92891afb

View File

@@ -518,7 +518,7 @@
echo "</td>\n";
echo "</tr>\n";
if ($settings->get('Emai', 'save_response')) {
if ($settings->get('email_queue', 'save_response', false)) {
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
echo " ".$text['label-email_response']."\n";