From f55fac96a3b7c4487d5958c550ab563b5d149f5a Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 2 Mar 2016 09:13:09 +0545 Subject: [PATCH] Minor grammar in part_file_in_storage text --- .../configuration_server/config_sample_php_parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index bb13fb009..16a57b9d4 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1281,7 +1281,7 @@ general use if outside changes might happen. 'part_file_in_storage' => true, -On default ownCloud will store the part files created during upload in the +By default ownCloud will store the part files created during upload in the same storage as the upload target. Setting this to false will store the part files in the root of the users folder which might be required to work with certain external storage setups that have limited rename capabilities.