MDL-60167 upgrade: Fix duplicate site registrations

This commit is contained in:
Marina Glancy
2017-09-24 18:53:23 +08:00
parent 469c46aa3a
commit 930ef87ff8
2 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2016120505.03; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2016120505.04; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.