summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-02-16 12:55:36 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-02-16 12:55:36 +0100
commitcad65915a7c5b8df10ebbe27064a8012b9a79e74 (patch)
tree1813cabbf02b907ecfdddf9c4909f25ceff02f48 /apps
parente1700c28fa879afe6bc63a91e3f426fb4bb5b7b2 (diff)
downloadnextcloud-server-cad65915a7c5b8df10ebbe27064a8012b9a79e74.tar.gz
nextcloud-server-cad65915a7c5b8df10ebbe27064a8012b9a79e74.zip
look where you are typing ...
Diffstat (limited to 'apps')
-rwxr-xr-xapps/files_external/lib/config.php2
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);
}