diff --git a/repository/manage_instances.php b/repository/manage_instances.php index a0876e54a80..e86b90bdec0 100644 --- a/repository/manage_instances.php +++ b/repository/manage_instances.php @@ -71,9 +71,6 @@ /// Create navigation links $navlinks = array(); if (!empty($course)) { - $navlinks[] = array('name' => $course->shortname, - 'link' => "$CFG->wwwroot/course/view.php?id=$course->id", - 'type' => 'misc'); $navlinks[] = array('name' => $pagename, 'link' => null, 'type' => 'misc');