inviter URL corrected

This commit is contained in:
Evan Prodromou 2011-04-18 13:40:27 -04:00
parent 17424f49cd
commit 9346d50102
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ class InviteAction extends CurrentUserDesignAction
$inviteTemplate = DocFile::forTitle($title, DocFile::mailPaths());
$body = $inviteTemplate->toHTML(array('inviter' => $bestname,
'inviteurl' => $profile->profileurl,
'inviterurl' => $profile->profileurl,
'confirmurl' => $confirmUrl,
'personal' => $personal));