forked from GNUsocial/gnu-social
inviter URL corrected
This commit is contained in:
parent
17424f49cd
commit
9346d50102
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user