mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-58490 block_myoverview: add missing completionlib include
This commit is contained in:
parent
aef1e7f500
commit
c5515a34b5
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ use renderer_base;
|
|||
use templatable;
|
||||
use core_completion\progress;
|
||||
|
||||
require_once($CFG->libdir . '/completionlib.php');
|
||||
|
||||
/**
|
||||
* Class containing data for my overview block.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue