MDL-45538 Draft files fix: Fix version bump.
This commit is contained in:
+2
-2
@@ -3030,12 +3030,12 @@ function xmldb_main_upgrade($oldversion) {
|
||||
upgrade_main_savepoint(true, 2013111804.10);
|
||||
}
|
||||
|
||||
if ($oldversion < 2013111805.10) {
|
||||
if ($oldversion < 2013111805.11) {
|
||||
// Run script restoring missing folder records for draft file areas.
|
||||
upgrade_fix_missing_root_folders_draft();
|
||||
|
||||
// Main savepoint reached.
|
||||
upgrade_main_savepoint(true, 2013111805.10);
|
||||
upgrade_main_savepoint(true, 2013111805.11);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2013111805.10; // 20131118 = branching date YYYYMMDD - do not modify!
|
||||
$version = 2013111805.11; // 20131118 = branching date YYYYMMDD - do not modify!
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user