mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-75578 course: require course library to resolve namespace issues
This commit is contained in:
parent
880462a168
commit
63305c402a
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ namespace core_course\management;
|
||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die;
|
defined('MOODLE_INTERNAL') || die;
|
||||||
|
|
||||||
|
require_once($CFG->dirroot . '/course/lib.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Course and category management interface helper class.
|
* Course and category management interface helper class.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue