]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correct output on invitations
authorEvan Prodromou <evan@prodromou.name>
Wed, 27 Aug 2008 00:35:29 +0000 (20:35 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 27 Aug 2008 00:35:29 +0000 (20:35 -0400)
darcs-hash:20080827003529-84dde-614dc517061e76d180823c0aaf3fc9f434f6480c.gz

actions/invite.php

index 3a68a60de93708eb85b66b6655f1960d768d6454..ee26308f2bb6d290539b463ff928cfb8f49df8fd 100644 (file)
@@ -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!'));