show add course link in admin when course_validation is active -refs #6741

1.9.x
Yoselyn Castillo 11 years ago
parent 64b73f2843
commit 1621f00dcc
  1. 2
      main/admin/index.php

@ -108,7 +108,7 @@ if (api_is_platform_admin()) {
$items[] = array('url'=>'course_list.php', 'label' => get_lang('CourseList'));
$items[] = array('url'=>'course_add.php', 'label' => get_lang('AddCourse'));
if (api_get_setting('course_validation') == 'true') {
if (api_get_setting('course_validation') == 'true') {
$items[] = array('url'=>'course_request_review.php', 'label' => get_lang('ReviewCourseRequests'));
$items[] = array('url'=>'course_request_accepted.php', 'label' => get_lang('AcceptedCourseRequests'));

Loading…
Cancel
Save