]> source.dussan.org Git - nextcloud-server.git/commitdiff
look where you are typing ...
authorJörn Friedrich Dreyer <jfd@butonic.de>
Sat, 16 Feb 2013 11:55:36 +0000 (12:55 +0100)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Sat, 16 Feb 2013 11:55:36 +0000 (12:55 +0100)
apps/files_external/lib/config.php

index 81c01eb3d0a4f373ceb59e1f3e23336fcb6d18f4..e49d52ebc792105a0adf6267dd763cc815b98409 100755 (executable)
@@ -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);
        }