diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 7e6b65cf3..2ecfd226b 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -285,7 +285,7 @@ $conf['mail_sender_name'] = ''; $conf['mail_sender_email'] = ''; // set true to allow text/html emails -$conf['allow_html_email'] = true; +$conf['mail_allow_html'] = true; // 'clear' or 'dark' $conf['mail_theme'] = 'clear'; |