Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/acl/
H A Dadmin.php31 protected $current_item;
78 $this->current_item = ['id' => cleanID($INPUT->str('current_ns')), 'type' => 'd'];
80 $this->current_item = ['id' => cleanID($INPUT->str('current_id')), 'type' => 'f'];
82 $this->current_item = ['id' => $this->ns, 'type' => 'd'];
84 $this->current_item = ['id' => $ID, 'type' => 'f'];
531 if (($item['type'] == $this->current_item['type'] && $item['id'] == $this->current_item['id'])) {
29 protected $current_item = null; global() variable in admin_plugin_acl