aboutsummaryrefslogtreecommitdiff
path: root/invite_participants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'invite_participants.rb')
-rwxr-xr-xinvite_participants.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/invite_participants.rb b/invite_participants.rb
index a62ab1d..ce487ff 100755
--- a/invite_participants.rb
+++ b/invite_participants.rb
@@ -35,7 +35,7 @@ inviteparticipantsstr = _("Invite Participants")
$d << <<TABLE
<h2>#{inviteparticipantsstr}</h2>
<form method='post' action=''>
- #{$d.table.to_html("","invite")}
+ #{$d.table.invite_to_html}
</form>
TABLE