mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-60434 analytics: Missing dependency
Sneaking it in...
This commit is contained in:
parent
b8bb8fe8de
commit
cc4d7ce61b
1 changed files with 2 additions and 1 deletions
|
@ -25,9 +25,10 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
global $CFG;
|
||||
require_once(__DIR__ . '/../../lib/completionlib.php');
|
||||
require_once(__DIR__ . '/../../completion/criteria/completion_criteria_self.php');
|
||||
|
||||
|
||||
/**
|
||||
* Unit tests for core_course indicators.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue