acl_automention: fix warning in include/config.php

This commit is contained in:
fabrixxm 2014-01-06 10:58:39 +01:00
parent e97a579856
commit 910f56b698
1 changed files with 1 additions and 1 deletions

View File

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