summaryrefslogtreecommitdiff
path: root/actions/invite.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-26 20:35:29 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-26 20:35:29 -0400
commit11be8376ddc85df1dc67aa19a81196347a2a60d9 (patch)
tree71a43e2be03d9b1dd92a84f36addaaee95acab3b /actions/invite.php
parente248066b74aa697a1dfd99153b1e8c2e18f32831 (diff)
correct output on invitations
darcs-hash:20080827003529-84dde-614dc517061e76d180823c0aaf3fc9f434f6480c.gz
Diffstat (limited to 'actions/invite.php')
-rw-r--r--actions/invite.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/invite.php b/actions/invite.php
index 3a68a60de..ee26308f2 100644
--- a/actions/invite.php
+++ b/actions/invite.php
@@ -97,7 +97,7 @@ class InviteAction extends Action {
common_element('p', NULL, _('Invitation(s) sent to the following people:'));
common_element_start('ul');
foreach ($sent as $other) {
- common_element('li', NULL, $sent);
+ common_element('li', NULL, $other);
}
common_element_end('ul');
common_element('p', NULL, _('You will be notified when your invitees accept the invitation and register on the site. Thanks for growing the community!'));