mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-41125 forum: Missing include of repository lib
This commit is contained in:
parent
c1613ed53a
commit
7fb35af658
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
require_once($CFG->libdir . '/formslib.php');
|
require_once($CFG->libdir . '/formslib.php');
|
||||||
|
require_once($CFG->dirroot . '/repository/lib.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to post in a forum.
|
* Class to post in a forum.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue