mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
diaspora reshared lists rendering as html
This commit is contained in:
parent
deb182b92e
commit
335c0cddcf
2 changed files with 20 additions and 1 deletions
|
@ -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`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue