Avoiding a warning in the error.log
This commit is contained in:
parent
de9a02b9ae
commit
52b260982c
|
@ -338,7 +338,7 @@ function populate_acl($user = null,$celeb = false) {
|
||||||
'$denycid' => json_encode($perms['deny_cid']),
|
'$denycid' => json_encode($perms['deny_cid']),
|
||||||
'$denygid' => json_encode($perms['deny_gid']),
|
'$denygid' => json_encode($perms['deny_gid']),
|
||||||
'$features' => array(
|
'$features' => array(
|
||||||
"aclautomention"=>(feature_enabled($user,"aclautomention")?"true":"false")
|
"aclautomention"=>(feature_enabled($uid,"aclautomention")?"true":"false")
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue