mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 23:12:04 -04:00
Merge pull request #1771 from owncloud/mountconfig
JSON mount config: no pretty print
This commit is contained in:
commit
c56542c58d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue