From: Michael Vogel Date: Mon, 13 Jan 2014 06:49:10 +0000 (+0100) Subject: Avoiding a warning in the error.log X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=52b260982c0eec7c18ed4f3b503819fee28e172e;p=friendica.git Avoiding a warning in the error.log --- diff --git a/include/acl_selectors.php b/include/acl_selectors.php index b4d91e08e5..a95c76ca3a 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -338,7 +338,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($uid,"aclautomention")?"true":"false") ), ));