diff options
-rw-r--r-- | lib/lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.php b/lib/lib.php index 1258bfa..ca532a0 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -78,7 +78,7 @@ function write_ini_file($assoc_arr, $path, $has_sections = FALSE) } } - if (!$handle = fopen($path, 'w')) { + if (!$handle = fopen($path, 'a')) { return false; } if (!fwrite($handle, $content)) { |