From 22c962f1fae135a41a254996ca8784e02e098e1b Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Tue, 29 Jan 2013 18:44:42 -0700 Subject: [PATCH] remove deprecated call by reference --- include/acl_selectors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 1b9843fd1..d2042b1a8 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -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);