mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
/web/edit/mail/index.php: fix for new lines in autoreply
Because JSON is properly escaped now, see a8d857f6d5
This commit is contained in:
parent
a8d857f6d5
commit
a30f510336
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ if ((!empty($_GET['domain'])) && (!empty($_GET['account']))) {
|
|||
$autoreply_str = json_decode(implode('', $output), true);
|
||||
unset($output);
|
||||
$v_autoreply_message = $autoreply_str[$v_account]['MSG'];
|
||||
$v_autoreply_message=str_replace("\\n", "\n", $v_autoreply_message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue