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:
@@ -384,7 +384,7 @@ class Group
|
||||
DBA::close($stmt);
|
||||
|
||||
if ($check_dead) {
|
||||
Contact::pruneUnavailable($return);
|
||||
$return = Contact::pruneUnavailable($return);
|
||||
}
|
||||
|
||||
return $return;
|
||||
|
||||
Reference in New Issue
Block a user