summaryrefslogtreecommitdiff
path: root/bin/update.sh
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-07-23 11:12:59 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-07-23 11:12:59 +0200
commita6339fc491d263d09850baf52230474e59274d7f (patch)
treee5495fda851f33b2b92173c3caf8acee101995ea /bin/update.sh
parent1a8cf64dd1e70e387731ce70c006f29beecaebcc (diff)
parentfd6b193c6e072339b5012945aae8b6aa2c0f95b7 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'bin/update.sh')
-rwxr-xr-xbin/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update.sh b/bin/update.sh
index 71e2c630a..8bfb9d603 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -101,7 +101,7 @@ if ($RCI->configured) {
if (!$error) {
$RCI->merge_config();
echo ". writing " . RCMAIL_CONFIG_DIR . "/config.inc.php...\n";
- $written = file_put_contents(RCMAIL_CONFIG_DIR . '/config.inc.php', $RCI->create_config());
+ $written = $RCI->save_configfile($RCI->create_config());
}
// Success!