MDL-63658 core_favourites: introduce the favourites subsystem to core

This commit is contained in:
Jake Dallimore
2018-10-17 10:16:18 +08:00
parent c2f1dbcf49
commit 4fca5dabb2
4 changed files with 27 additions and 1 deletions
+1
View File
@@ -442,6 +442,7 @@ $cache = '.var_export($cache, true).';
'edufields' => null,
'enrol' => $CFG->dirroot.'/enrol',
'error' => null,
'favourites' => $CFG->dirroot . '/favourites',
'filepicker' => null,
'fileconverter' => $CFG->dirroot.'/files/converter',
'files' => $CFG->dirroot.'/files',