Skip to content
Snippets Groups Projects
Commit 0e9b9f4f authored by Thomas Müller's avatar Thomas Müller
Browse files

no pretty print

parent 3bf9aa40
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, JSON_PRETTY_PRINT);
$content = json_encode($data);
@file_put_contents($file, $content);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment