MDL-68647 forum: Add missing advanced grading library inclusion
commit474e768a26f52457c3249db04bc4cfdbaabcd9b6
authorDavid Mudrák <david@moodle.com>
Thu, 7 May 2020 19:04:18 +0000 (7 21:04 +0200)
committerDavid Mudrák <david@moodle.com>
Tue, 21 Jul 2020 09:53:08 +0000 (21 11:53 +0200)
tree175f7a0363fb870075f379dfdd2249c3b626a4dd
parent741d6dde193e86c9e984ef0d5020d91c3f166491
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.
mod/forum/classes/privacy/provider.php