mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Remove references to include/group.php
This commit is contained in:
parent
2dc299ff17
commit
6e6f64a537
3 changed files with 0 additions and 3 deletions
|
@ -1024,7 +1024,6 @@ function pumpio_get_contact($uid, $contact, $no_insert = false) {
|
|||
|
||||
$contact_id = $r[0]['id'];
|
||||
|
||||
require_once('include/group.php');
|
||||
Group::addMember(User::getDefaultGroup($uid), $contact_id);
|
||||
} else {
|
||||
$contact_id = $r[0]["id"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue