Skip to content

Commit

Permalink
MDL-75578 course: require course library to resolve namespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Jan 30, 2023
1 parent f5ec0df commit 4400c34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions course/classes/management/helper.php
Expand Up @@ -26,6 +26,8 @@

defined('MOODLE_INTERNAL') || die;

require_once($CFG->dirroot . '/course/lib.php');

/**
* Course and category management interface helper class.
*
Expand Down

0 comments on commit 4400c34

Please sign in to comment.