Skip to content

Commit

Permalink
Corrected overlooked function rename
Browse files Browse the repository at this point in the history
person->get_email() changed to person->getEmail(), this was overlooked.
  • Loading branch information
jeroenrnl committed Jun 25, 2013
1 parent 36ffda6 commit a25301e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
}

$from_name = $user->person->getName();
$from_email = $user->person->get_email();
$from_email = $user->person->getEmail();

require_once "header.inc.php";
?>
Expand Down

0 comments on commit a25301e

Please sign in to comment.