diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-02-16 12:55:36 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-02-16 12:55:36 +0100 |
commit | cad65915a7c5b8df10ebbe27064a8012b9a79e74 (patch) | |
tree | 1813cabbf02b907ecfdddf9c4909f25ceff02f48 /apps | |
parent | e1700c28fa879afe6bc63a91e3f426fb4bb5b7b2 (diff) | |
download | nextcloud-server-cad65915a7c5b8df10ebbe27064a8012b9a79e74.tar.gz nextcloud-server-cad65915a7c5b8df10ebbe27064a8012b9a79e74.zip |
look where you are typing ...
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/files_external/lib/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 81c01eb3d0a..e49d52ebc79 100755 --- a/apps/files_external/lib/config.php +++ b/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_PRINTy print json); + $content = json_encode($data, JSON_PRETTY_PRINT); @file_put_contents($file, $content); } |