Skip to content

Commit

Permalink
Merge branch 'MDL-48701-master' of git://github.com/ankitagarwal/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Jan 6, 2015
2 parents a7a50c2 + 7d1e61c commit 388b49d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
}

Expand Down

0 comments on commit 388b49d

Please sign in to comment.