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

View file

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