1<?php 2/** @var action_plugin_bez $this */ 3 4use \dokuwiki\plugin\bez; 5 6if ($this->model->get_level() < BEZ_AUTH_USER) { 7 throw new bez\meta\PermissionDeniedException(); 8} 9 10$this->tpl->set('thread_involvement', $this->model->threadFactory->users_involvement()); 11$this->tpl->set('task_involvement', $this->model->taskFactory->users_involvement()); 12