Skip to content

Commit

Permalink
Merge branch 'MDL-48701-28' of git://github.com/ankitagarwal/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_28_STABLE
  • Loading branch information
andrewnicols committed Jan 6, 2015
2 parents 42f3477 + e3effa6 commit ac1c429
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,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 ac1c429

Please sign in to comment.