mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Fix incorrect reference in patron property
This commit is contained in:
parent
026ea90f05
commit
84bce1c17a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ if(sizeof($expiredPatrons) > 0){
|
|||
$em->From = EDITOR_IN_CHIEF_EMAIL_ADDRESS;
|
||||
$em->FromName = EDITOR_IN_CHIEF_NAME;
|
||||
$em->To = $patron->User->Email;
|
||||
$em->ToName = $patron->Name;
|
||||
$em->ToName = $patron->User->Name;
|
||||
$em->Subject = 'Will you still help us make free, beautiful digital literature?';
|
||||
|
||||
if($lastPayment[0]->IsRecurring){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue