xref: /plugin/bez/ctl/activity_report.php (revision 786db85260e480c3d9c45adb0d080a7a57015ff9)
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