]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
inviter URL corrected
authorEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 17:40:27 +0000 (13:40 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 17:40:27 +0000 (13:40 -0400)
actions/invite.php

index 8bc2e4808afc20eee093468f9c10699fbe0d8ab0..c35d46d37126ee1fa9918b8f0a1add8b2b71502c 100644 (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));