aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.php')
-rw-r--r--lib/lib.php2
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)) {