From f3949cf1a81ee9f020c9cf42b0c68fda227448cf Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Wed, 27 Jun 2018 19:16:21 +0200 Subject: Add groupware settings section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/private/Settings/Manager.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/private/Settings/Manager.php') diff --git a/lib/private/Settings/Manager.php b/lib/private/Settings/Manager.php index a974eb9808d..4ee594c090f 100644 --- a/lib/private/Settings/Manager.php +++ b/lib/private/Settings/Manager.php @@ -231,6 +231,7 @@ class Manager implements IManager { 5 => [new Section('sharing', $this->l->t('Sharing'), 0, $this->url->imagePath('core', 'actions/share.svg'))], 10 => [new Section('security', $this->l->t('Security'), 0, $this->url->imagePath('core', 'actions/password.svg'))], 45 => [new Section('encryption', $this->l->t('Encryption'), 0, $this->url->imagePath('core', 'actions/password.svg'))], + 50 => [new Section('groupware', $this->l->t('Groupware'), 0, $this->url->imagePath('core', 'places/contacts-dark.svg'))], 98 => [new Section('additional', $this->l->t('Additional settings'), 0, $this->url->imagePath('core', 'actions/settings-dark.svg'))], ]; -- cgit v1.2.3