Home
last modified time | relevance | path

Searched +full:acl_user_public +(+path:plugin +path:userhomepage) -(+path:plugin +path:userhomepage +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/userhomepage/conf/
H A Ddefault.php21 $conf['acl_user_public'] = '1';
H A Dmetadata.php21 $meta['acl_user_public'] = array('multichoice','_choices'=>array('0','1','2','noacl'));
/plugin/userhomepage/
H A Daction.php298 if ($this->getConf('acl_user_public') != 'noacl') {
301 $perm = $this->getConf('acl_user_public');
317 if ($this->getConf('acl_user_public') != 'noacl') {
320 $perm = $this->getConf('acl_user_public');