Changeset 320
- Timestamp:
- 03/12/08 21:04:30 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
buddyloo/files/lib/form/InvitationEditForm.class.php
r319 r320 93 93 94 94 $this->saved(); 95 $this->sendNotification(); 95 96 96 97 // show success message … … 211 212 $messageData = array( 212 213 'PAGE_TITLE' => PAGE_TITLE, 213 '$recipient' => $recipient ->username,214 '$recipient' => $recipient, 214 215 '$author' => WCF::getUser()->username, 215 216 '$pageurl' => FileUtil::addTrailingSlash(PAGE_URL), … … 218 219 ); 219 220 220 $mail = new Mail(array($recipient ->email), WCF::getLanguage()->get('wcf.buddyloo.invitation.mail.subject', $subjectData), WCF::getLanguage()->get('wcf.buddyloo.invitation.mail.body', $messageData));221 $mail = new Mail(array($recipient), WCF::getLanguage()->get('wcf.buddyloo.invitation.mail.subject', $subjectData), WCF::getLanguage()->get('wcf.buddyloo.invitation.mail.body', $messageData)); 221 222 $mail->send(); 222 223 }
