Home
last modified time | relevance | path

Searched refs:_acl_read_check (Results 1 – 1 of 1) sorted by relevance

/plugin/randominc/
H A Daction.php96 if (($acl = $this->_acl_read_check($page)) != 'NONE') { $expire = true; }
100 if (($acl = $this->_acl_read_check($page)) != 'NONE') { $depends[] = $file; }
112 function _acl_read_check($id) { function in action_plugin_randominc