Merge branch 'mountconfig' of github.com:owncloud/core into mountconfig

This commit is contained in:
Robin Appelman 2013-02-18 15:13:25 +01:00
commit 3bf9aa408e
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ class OC_Mount_Config {
} else {
$file = OC::$SERVERROOT.'/config/mount.json';
}
$content = json_encode($data);
$content = json_encode($data, JSON_PRETTY_PRINT);
@file_put_contents($file, $content);
}