Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-30 22:16:27 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-30 22:16:27 +0300
commitd26ec44617e5bcda11f5f03a90a35790fc8f6f45 (patch)
tree674692f8b72be1ffe3567eca67cff96f6089efe5 /config
parent48bdb1bec19e683a385116f278ed5d28faa303b0 (diff)
Add side effect note
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 9735847c0e3..ed2ecbb87b3 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -944,6 +944,8 @@ $CONFIG = array(
/**
* Sort groups in the user settings by name instead of the user count
+ *
+ * By enabling this the user count beside the group name is disabled as well.
*/
'sort_groups_by_name' => false,