Merge branch 'MDL-48701-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Andrew Nicols 2015-01-06 12:04:59 +08:00
commit 388b49d5f6

View File

@ -44,7 +44,7 @@ class invalid_recipient_handler extends \core\message\inbound\handler {
/**
* Do not allow changes to the address validation setting.
*/
public function allow_validateaddress_change() {
public function can_change_validateaddress() {
return false;
}