mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-69751 core: Restore deleted guest user and add missing context
This upgrade step fixes the cases where the current guest user is labelled as 'deleted' and the related user context is missing.
This commit is contained in:
parent
2939efff84
commit
e412f3029e
2 changed files with 37 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2021052500.25; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2021052500.26; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '4.0dev (Build: 20201016)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue