No need for those emails anymore

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-04-13 12:35:08 +02:00
parent 786258ff30
commit 4f0e2640d7
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Setting implements ISetting {
* @since 11.0.0
*/
public function canChangeMail() {
return true;
return false;
}
/**