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

View file

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