Made courses list the default screen when clicking Courses catalog

skala
Yannick Warnier 14 years ago
parent 8427712d85
commit 76677aee87
  1. 4
      main/auth/courses.php

@ -52,7 +52,7 @@ if (!(api_is_platform_admin() || api_is_course_admin() || api_is_allowed_to_crea
// filter actions
$actions = array('sortmycourses', 'createcoursecategory', 'subscribe', 'deletecoursecategory', 'unsubscribe', 'display_courses');
$action = 'sortmycourses';
$action = 'subscribe';
$nameTools = get_lang('SortMyCourses');
if (isset($_GET['action']) && in_array($_GET['action'],$actions)) {
@ -163,4 +163,4 @@ switch ($action) {
$courses_controller->courses_categories($action, $_GET['category_code']);
break;
}
}

Loading…
Cancel
Save