MDL-61268 blocks: Fix corrupt configdata in block instances.

Old configuration data in the block instances is base64 encoded with
the deprecated object class instead of stdClass.
This commit is contained in:
Adrian Greeve
2018-03-02 09:27:10 +08:00
parent fa19d59444
commit e8e497f4d4
4 changed files with 52 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2017111301.07; // 20171113 = branching date YYYYMMDD - do not modify!
$version = 2017111301.08; // 20171113 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.