Skip to content
Snippets Groups Projects
Commit fe7c3f5f authored by DELARUELLE Myriam's avatar DELARUELLE Myriam
Browse files

merge

parent b236ec46
Branches
Tags
No related merge requests found
...@@ -64,7 +64,7 @@ class content extends content_base { ...@@ -64,7 +64,7 @@ class content extends content_base {
//$data->student=$progress['student']; //$data->student=$progress['student'];
//$data->summary=$progress['summary']; //$data->summary=$progress['summary'];
//$course_infos=$header->get_data($cpl); //$course_infos=$header->get_data($cpl);
return $data; return $data;
} }
......
...@@ -64,6 +64,7 @@ class header extends header_base{ ...@@ -64,6 +64,7 @@ class header extends header_base{
else{ else{
$data->progress=$this->get_progress_student($course->id, $section, $course); $data->progress=$this->get_progress_student($course->id, $section, $course);
} }
return $data; return $data;
} }
......
...@@ -94,6 +94,7 @@ if (!empty($displaysection)) { ...@@ -94,6 +94,7 @@ if (!empty($displaysection)) {
} }
$outputclass = $format->get_output_classname('content'); $outputclass = $format->get_output_classname('content');
$widget = new $outputclass($format); $widget = new $outputclass($format);
echo $renderer->render($widget); echo $renderer->render($widget);
// Include course format js module. // Include course format js module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment