remove deprecated call by reference

This commit is contained in:
Zach Prezkuta 2013-01-29 18:44:42 -07:00
parent a804f2b5b5
commit 22c962f1fa

View file

@ -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);