no pretty print

This commit is contained in:
Thomas Mueller 2013-02-19 00:48:38 +01:00
parent 3bf9aa408e
commit 0e9b9f4f5f
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, JSON_PRETTY_PRINT);
$content = json_encode($data);
@file_put_contents($file, $content);
}