From: fabrixxm Date: Mon, 6 Jan 2014 09:58:39 +0000 (+0100) Subject: acl_automention: fix warning in include/config.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=910f56b6989aff9a699d160b420fa320ade50072;p=friendica.git acl_automention: fix warning in include/config.php --- diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 3306871d00..886bce8773 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -331,7 +331,7 @@ function populate_acl($user = null,$celeb = false) { '$denycid' => json_encode($perms['deny_cid']), '$denygid' => json_encode($perms['deny_gid']), '$features' => array( - "aclautomention"=>(feature_enabled($user,"aclautomention")?"true":"false") + "aclautomention"=>(feature_enabled($user['uid'],"aclautomention")?"true":"false") ), ));