diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 17:29:58 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 17:29:58 +0200 |
commit | 36c1b7eb310bb072bbed7303d51b74794b330f57 (patch) | |
tree | 4050fea1f862f0da26dea28bfbb55070d1ee46cc /lib/private/Settings | |
parent | e8ea67139b8ba1b485716ffbae4cbd4d56f9924e (diff) | |
download | nextcloud-server-36c1b7eb310bb072bbed7303d51b74794b330f57.tar.gz nextcloud-server-36c1b7eb310bb072bbed7303d51b74794b330f57.zip |
adjust Theming app
Diffstat (limited to 'lib/private/Settings')
-rw-r--r-- | lib/private/Settings/Manager.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Settings/Manager.php b/lib/private/Settings/Manager.php index 4c96dd07fde..01beb47879b 100644 --- a/lib/private/Settings/Manager.php +++ b/lib/private/Settings/Manager.php @@ -255,7 +255,6 @@ class Manager implements IManager { 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)], - //30 => [new Section('theming', $this->l->t('Theming'), 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)], |