Merge pull request #596 from fermionic/20130129-call-by-reference-error
remove deprecated call by reference
This commit is contained in:
commit
1c1902d37c
|
@ -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 a new issue