diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9f6ef668c5e..9735847c0e3 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -943,6 +943,11 @@ $CONFIG = array( 'ldapUserCleanupInterval' => 51, /** + * Sort groups in the user settings by name instead of the user count + */ +'sort_groups_by_name' => false, + +/** * Comments * * Global settings for the Comments infrastructure |