mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 10:04:26 +02:00
Allow special groups in default user permissions
- Use ACLFormatter in ACL::getDefaultUserPermissions - Remove ACL::fixACL - Add return value to Contact::pruneUnavailable
This commit is contained in:
parent
755b9daa45
commit
64c8855407
3 changed files with 16 additions and 43 deletions
|
@ -384,7 +384,7 @@ class Group
|
|||
DBA::close($stmt);
|
||||
|
||||
if ($check_dead) {
|
||||
Contact::pruneUnavailable($return);
|
||||
$return = Contact::pruneUnavailable($return);
|
||||
}
|
||||
|
||||
return $return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue