mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 23:38:14 +08:00
Fix config saving (#851)
This commit is contained in:
parent
0f981a9e51
commit
4fcb4a4662
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ abstract class AbstractConfig
|
|||
{
|
||||
default:
|
||||
case 'string':
|
||||
$sValue = '"'.$mParamValue[0].'"';
|
||||
$sValue = '"'.\str_replace('"', '\"', $mParamValue[0]).'"';
|
||||
break;
|
||||
case 'int':
|
||||
case 'integer':
|
||||
|
|
Loading…
Reference in a new issue