xref: /plugin/bez/ctl/unsubscribe.php (revision 32fae04eed3dfbbb5c1dfa8fcd03866a0eb2c20f)
1<?php
2/** @var action_plugin_bez $this */
3
4use \dokuwiki\plugin\bez;
5
6if (!isset($_GET['t'])) {
7    throw new bez\meta\PermissionDeniedException();
8}
9
10$this->model->factory('subscription')->mute($_GET['t']);