MDL-83176 cache: Include formslib as it doesn't autoload
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
|
||||
namespace core_cache\form;
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
global $CFG;
|
||||
require_once($CFG->dirroot . '/lib/formslib.php');
|
||||
|
||||
use core_cache\administration_helper;
|
||||
use moodleform;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user