aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 19:03:43 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 19:05:06 +0200
commit3dfdc8e3117e9284e93631b73859e588fdfd0875 (patch)
treed3bb4049286edeaaeb5a4b89d3bb64c6f3448be6 /lib/private
parent3f9e1b3b45aa7a9c588e3023aeb9f99b28f714cf (diff)
downloadnextcloud-server-3dfdc8e3117e9284e93631b73859e588fdfd0875.tar.gz
nextcloud-server-3dfdc8e3117e9284e93631b73859e588fdfd0875.zip
adjust systemtags app
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/Settings/Manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Settings/Manager.php b/lib/private/Settings/Manager.php
index 01beb47879b..769ef71e955 100644
--- a/lib/private/Settings/Manager.php
+++ b/lib/private/Settings/Manager.php
@@ -254,7 +254,7 @@ class Manager implements IManager {
$sections = [
0 => [new Section('server', $this->l->t('Server Settings'), 0)],
5 => [new Section('sharing', $this->l->t('Sharing'), 0)],
- //15 => [new Section('collaboration', $this->l->t('Collaboration'), 0)],
+ 15 => [new Section('collaboration', $this->l->t('Collaboration'), 0)],
45 => [new Section('encryption', $this->l->t('Encryption'), 0)],
90 => [new Section('logging', $this->l->t('Logging'), 0)],
98 => [new Section('additional', $this->l->t('Additional Settings'), 0)],