diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index c8d43fc2b7..3b9837a329 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -2717,10 +2717,10 @@ class learnpath { public function get_html_toc($toc_list = null) { $course_id = api_get_course_int_id(); $course_code = api_get_course_id(); - $is_allowed_to_edit = api_is_allowed_to_edit(null, true); + //$is_allowed_to_edit = api_is_allowed_to_edit(null, true); $charset = api_get_system_encoding(); - $display_action_links_with_icons = false; + //$display_action_links_with_icons = false; if ($this->debug > 0) { error_log('New LP - In learnpath::get_html_toc()', 0); @@ -2732,7 +2732,8 @@ class learnpath { //$parent = $this->items[$this->current]->get_parent(); //if (empty($parent)) { $parent = $this->ordered_items[$this->items[$this->current]->get_previous_index()]; } $html = '