Skip to content

Commit

Permalink
add missing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Oct 10, 2024
1 parent cdeeea2 commit ce46761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transformer/utils/get_activity/course_section.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* @return array
*/
function course_section(array $config, \stdClass $course, int $csid) {
$repo = $config['repo'];
$lang = utils\get_course_lang($course);
$section = $repo->read_record_by_id('course_sections', $csid);

Expand Down

0 comments on commit ce46761

Please sign in to comment.