mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-47189 my: Fix the addition of default blocks to my/ page
Fixing the upgrade script so that they attach the new blocks to the right my_pages entry. An upgrade script has also been added to fix the existing bad data.
This commit is contained in:
parent
d3ff82257e
commit
00fd3c1aad
6 changed files with 97 additions and 38 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2014101000.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2014101001.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue