no pretty print

remotes/origin/stable5
Thomas Mueller 12 years ago
parent 3bf9aa408e
commit 0e9b9f4f5f
  1. 2
      apps/files_external/lib/config.php

@ -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…
Cancel
Save