Merge pull request #596 from fermionic/20130129-call-by-reference-error

remove deprecated call by reference
This commit is contained in:
fermionic 2013-01-29 17:46:09 -08:00
commit 1c1902d37c

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