xref: /plugin/bez/ctl/activity_report.php (revision 53df74e7ac5ae4234aac1fa716a33878a039026f)
1<?php
2/** @var action_plugin_bez $this */
3
4use \dokuwiki\plugin\bez;
5
6if ($this->model->acl->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