Skip to content

Commit 0a3bcd2

Browse files
committed
fix(course_builder): include resourcelib.php for course structure handling
1 parent acee13e commit 0a3bcd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/sync/course_builder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
require_once($CFG->dirroot . '/course/lib.php');
2222
require_once($CFG->dirroot . '/course/modlib.php');
23+
require_once($CFG->dirroot . '/lib/resourcelib.php');
2324

2425
/**
2526
* Handles creating and updating Moodle course structure from repo data.

0 commit comments

Comments
 (0)