summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-13 12:35:08 +0200
committerJoas Schilling <coding@schilljs.com>2017-04-13 12:35:08 +0200
commit4f0e2640d7fb50fd2ea1c2b43e5a2109f0758fc0 (patch)
treef74b2f4db6f9e22214bfda0cafaf50311daf009a /settings
parent786258ff30eeb6cffb24b5b1a81f0c502d763620 (diff)
downloadnextcloud-server-4f0e2640d7fb50fd2ea1c2b43e5a2109f0758fc0.tar.gz
nextcloud-server-4f0e2640d7fb50fd2ea1c2b43e5a2109f0758fc0.zip
No need for those emails anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/Activity/Setting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/Activity/Setting.php b/settings/Activity/Setting.php
index 8a3f4a4ca25..ec72f270b9f 100644
--- a/settings/Activity/Setting.php
+++ b/settings/Activity/Setting.php
@@ -83,7 +83,7 @@ class Setting implements ISetting {
* @since 11.0.0
*/
public function canChangeMail() {
- return true;
+ return false;
}
/**