MDL-68647 forum: Add missing advanced grading library inclusion

The method get_grading_manager() is called in the file so make sure the
library is loaded. Without it, the forum's privacy provider unit test
ended with error.

Not directly related to the issue, but noticed while working on it.
This commit is contained in:
David Mudrák
2020-07-21 11:45:55 +02:00
parent 4a6de87cae
commit f25f8f0701
+2
View File
@@ -37,6 +37,8 @@ use tool_dataprivacy\context_instance;
defined('MOODLE_INTERNAL') || die();
require_once($CFG->dirroot . '/grade/grading/lib.php');
/**
* Implementation of the privacy subsystem plugin provider for the forum activity module.
*