Skip to content
Snippets Groups Projects
Commit 3bf9aa40 authored by Robin Appelman's avatar Robin Appelman
Browse files

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

parents 2bbb57e4 cad65915
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment