From fd52aa5184e1b1f02ef9792025e225253d3b3633 Mon Sep 17 00:00:00 2001 From: Moritz Strohm Date: Mon, 23 Mar 2026 11:56:17 +0000 Subject: institute/schedule controller: removed permission check, fixes #6389 Closes #6389 Merge request studip/studip!4850 (cherry picked from commit d14dc152074dca849decb54e649be00a389868f5) 824c47cb institute/schedule controller: removed permission check eb7ea9c2 added code improvement Co-authored-by: Moritz Strohm --- app/controllers/institute/schedule.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/controllers/institute/schedule.php b/app/controllers/institute/schedule.php index 1c5d091..7221903 100644 --- a/app/controllers/institute/schedule.php +++ b/app/controllers/institute/schedule.php @@ -1,19 +1,6 @@ have_studip_perm('autor', Context::getId())) { - throw new AccessDeniedException(); - } - } - public function index_action($institute_id) { PageLayout::setTitle(_('Veranstaltungs-Stundenplan')); -- cgit v1.0