diff --git a/actions/invite.php b/actions/invite.php index 8bc2e4808a..c35d46d371 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -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));