]> git.mxchange.org Git - friendica.git/commitdiff
remove deprecated call by reference
authorZach Prezkuta <fermion@gmx.com>
Wed, 30 Jan 2013 01:44:42 +0000 (18:44 -0700)
committerZach Prezkuta <fermion@gmx.com>
Wed, 30 Jan 2013 01:44:42 +0000 (18:44 -0700)
include/acl_selectors.php

index 1b9843fd174c916c1cfbbf00c6700f7fc042a2de..d2042b1a8205a18fd339f41b5de00086b39b78fc 100644 (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);