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:
Hypolite Petovan 2020-01-05 17:07:33 -05:00
parent 755b9daa45
commit 64c8855407
3 changed files with 16 additions and 43 deletions

View file

@ -384,7 +384,7 @@ class Group
DBA::close($stmt);
if ($check_dead) {
Contact::pruneUnavailable($return);
$return = Contact::pruneUnavailable($return);
}
return $return;