MDL-63969 core_course: Store favourite courses in the course context
The course favourites were previously set in the system context which is not right as they should be stored in the course context.
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2018111300.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2018111300.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user