From 335c0cddcf8544251279dd43526f2846dcebd2c5 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 23 Nov 2011 01:44:07 -0800 Subject: diaspora reshared lists rendering as html --- include/group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/group.php') diff --git a/include/group.php b/include/group.php index cae76eb6d..40cc8c5ad 100644 --- a/include/group.php +++ b/include/group.php @@ -109,7 +109,7 @@ function group_add_member($uid,$name,$member) { ); if(count($r)) return true; // You might question this, but - // we indicate success because the group was in fact created + // we indicate success because the group member was in fact created // -- It was just created at another time if(! count($r)) $r = q("INSERT INTO `group_member` (`uid`, `gid`, `contact-id`) -- cgit v1.2.3