remove deprecated call by reference
This commit is contained in:
parent
a804f2b5b5
commit
22c962f1fa
|
@ -339,7 +339,7 @@ function populate_acl($user = null,$celeb = false) {
|
|||
function construct_acl_data(&$a, $user) {
|
||||
|
||||
// Get group and contact information for html ACL selector
|
||||
$acl_data = acl_lookup(&$a, 'html');
|
||||
$acl_data = acl_lookup($a, 'html');
|
||||
|
||||
$user_defaults = get_acl_permissions($user);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user