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());
|
$inviteTemplate = DocFile::forTitle($title, DocFile::mailPaths());
|
||||||
|
|
||||||
$body = $inviteTemplate->toHTML(array('inviter' => $bestname,
|
$body = $inviteTemplate->toHTML(array('inviter' => $bestname,
|
||||||
'inviteurl' => $profile->profileurl,
|
'inviterurl' => $profile->profileurl,
|
||||||
'confirmurl' => $confirmUrl,
|
'confirmurl' => $confirmUrl,
|
||||||
'personal' => $personal));
|
'personal' => $personal));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user