From d26ec44617e5bcda11f5f03a90a35790fc8f6f45 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Wed, 30 Aug 2017 21:16:27 +0200
Subject: [PATCH] Add side effect note

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
---
 config/config.sample.php | 2 ++
 1 file changed, 2 insertions(+)

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,
 
-- 
GitLab