diaspora reshared lists rendering as html

This commit is contained in:
friendica 2011-11-23 01:44:07 -08:00
parent deb182b92e
commit 335c0cddcf
2 changed files with 20 additions and 1 deletions

View file

@ -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`)