Home
last modified time | relevance | path

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

/plugin/catlist/
H A Dsyntax.php507 $perm_create = $this->_cached_quickaclcheck($ns.':*') >= AUTH_CREATE;
518 function _cached_quickaclcheck($id) {
529 $perms = $this->_cached_quickaclcheck($item['id'].':*');
533 $perms = $this->_cached_quickaclcheck($item['id']);
545 $perms = $this->_cached_quickaclcheck($item['id'].':*');
567 $perms = $this->_cached_quickaclcheck($item['id']);
516 function _cached_quickaclcheck($id) { global() function in syntax_plugin_catlist