mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the email_queue save_response
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user