diff options
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/institute/schedule.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app/controllers/institute/schedule.php b/app/controllers/institute/schedule.php index 931bdb4..3aea4a9 100644 --- a/app/controllers/institute/schedule.php +++ b/app/controllers/institute/schedule.php @@ -1,19 +1,6 @@ <?php class Institute_ScheduleController extends AuthenticatedController { - public function before_filter(&$action, &$args) - { - parent::before_filter($action, $args); - - if (Navigation::hasItem('/course/main')) { - Navigation::activateItem('/course/main'); - } - - if (!$GLOBALS['perm']->have_studip_perm('autor', Context::getId())) { - throw new AccessDeniedException(); - } - } - public function index_action($institute_id) { PageLayout::setTitle(_('Veranstaltungs-Stundenplan')); |
