diff options
-rw-r--r-- | actions/invite.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/invite.php b/actions/invite.php index 5c34d3c06..1e2a95503 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -72,7 +72,7 @@ class InviteAction extends Action { } } else { $sent[] = $email; - $this->send_invitation($email, $user); + $this->send_invitation($email, $user, $personal); } } @@ -141,7 +141,7 @@ class InviteAction extends Action { common_show_footer(); } - function send_invitation($email, $user) { + function send_invitation($email, $user, $personal) { $invite = new Invitation(); |