Skip to content

Commit

Permalink
php 7.2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Aug 23, 2019
1 parent a06ea50 commit 3d1301c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/MandrillMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ public static function setAsMailer()
}

// Use custom classes
Object::useCustomClass('Member_ChangePasswordEmail', 'Mandrill_ChangePasswordEmail');
Object::useCustomClass('Member_ForgotPasswordEmail', 'Mandrill_ForgotPasswordEmail');
SS_Object::useCustomClass('Member_ChangePasswordEmail', 'Mandrill_ChangePasswordEmail');
SS_Object::useCustomClass('Member_ForgotPasswordEmail', 'Mandrill_ForgotPasswordEmail');
}

/**
Expand Down

0 comments on commit 3d1301c

Please sign in to comment.