diff --git a/app/controllers/course/management.php b/app/controllers/course/management.php index db2c490177b1f59f02bd2d2df56cb8d343b63b81..39429e445713cd5f738a42717fcb5947978da53d 100644 --- a/app/controllers/course/management.php +++ b/app/controllers/course/management.php @@ -103,7 +103,6 @@ class Course_ManagementController extends AuthenticatedController */ public function lock_action() { - Navigation::activateItem('course/admin/main'); PageLayout::setTitle(_('Sperrebene ändern')); $course = Course::findCurrent(); @@ -143,6 +142,6 @@ class Course_ManagementController extends AuthenticatedController PageLayout::postSuccess($msg); } } - $this->relocate($this->action_url('index')); + $this->relocate('course/basicdata/view'); } }