aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-11-02 22:36:05 +0100
committerGitHub <noreply@github.com>2016-11-02 22:36:05 +0100
commit39573e602d5e38e4b71b3d197d08798dd9558659 (patch)
tree1a4045bda8e05ad3537a9bf974834e1731a1e2cd /lib
parent178d7f5bfa49bcf54d85ce788268ba592608627a (diff)
parent7d17b42f4df2322c1078c99840a9d35415ffd7aa (diff)
downloadnextcloud-server-39573e602d5e38e4b71b3d197d08798dd9558659.tar.gz
nextcloud-server-39573e602d5e38e4b71b3d197d08798dd9558659.zip
Merge pull request #1978 from nextcloud/remove-send-mail-option
Remove send mail option
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Settings/Admin/Sharing.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/Settings/Admin/Sharing.php b/lib/private/Settings/Admin/Sharing.php
index 59821044605..9b17efa8028 100644
--- a/lib/private/Settings/Admin/Sharing.php
+++ b/lib/private/Settings/Admin/Sharing.php
@@ -52,8 +52,6 @@ class Sharing implements ISettings {
// Built-In Sharing
'allowGroupSharing' => $this->config->getAppValue('core', 'shareapi_allow_group_sharing', 'yes'),
'allowLinks' => $this->config->getAppValue('core', 'shareapi_allow_links', 'yes'),
- 'allowMailNotification' => $this->config->getAppValue('core', 'shareapi_allow_mail_notification', 'no'),
- 'allowPublicMailNotification' => $this->config->getAppValue('core', 'shareapi_allow_public_notification', 'no'),
'allowPublicUpload' => $this->config->getAppValue('core', 'shareapi_allow_public_upload', 'yes'),
'allowResharing' => $this->config->getAppValue('core', 'shareapi_allow_resharing', 'yes'),
'allowShareDialogUserEnumeration' => $this->config->getAppValue('core', 'shareapi_allow_share_dialog_user_enumeration', 'yes'),