remove deprecated call by reference
This commit is contained in:
parent
a804f2b5b5
commit
22c962f1fa
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ function populate_acl($user = null,$celeb = false) {
|
||||||
function construct_acl_data(&$a, $user) {
|
function construct_acl_data(&$a, $user) {
|
||||||
|
|
||||||
// Get group and contact information for html ACL selector
|
// 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);
|
$user_defaults = get_acl_permissions($user);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue