Avoiding a warning in the error.log

This commit is contained in:
Michael Vogel 2014-01-13 07:49:10 +01:00
parent de9a02b9ae
commit 52b260982c
1 changed files with 1 additions and 1 deletions

View File

@ -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")
),
));