Skip to content

Commit

Permalink
MDL-48701 inbound: Use correct method in invalid email handler
Browse files Browse the repository at this point in the history
Invalid email handler doesn't allow alteration in validate sender config. Make sure this is reflected in the UI as well
  • Loading branch information
ankitagarwal committed Dec 24, 2014
1 parent ae2a9c0 commit e3effa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 e3effa6

Please sign in to comment.