From ebe0934a36526ae0d598bd447ed79a90620cc044 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 30 Nov 2018 18:13:22 +0100 Subject: [PATCH] Fix syntax error in user config docs Signed-off-by: Morris Jobke --- admin_manual/configuration_user/user_configuration.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_user/user_configuration.rst b/admin_manual/configuration_user/user_configuration.rst index bc0017206..e824d5185 100644 --- a/admin_manual/configuration_user/user_configuration.rst +++ b/admin_manual/configuration_user/user_configuration.rst @@ -149,7 +149,9 @@ You now have a configurable option in ``config.php`` that controls whether external storage is counted against user's quotas. This is still experimental, and may not work as expected. The default is to not count external storage as part of user storage quotas. If you prefer to include it, -then change the default ``false`` to ``true``.:: +then change the default ``false`` to ``true``. + +:: 'quota_include_external_storage' => false,