Merge branch 'MDL-70412-310' of git://github.com/aanabit/moodle into MOODLE_310_STABLE

This commit is contained in:
Andrew Nicols
2021-04-22 10:07:57 +08:00
+1 -1
View File
@@ -509,7 +509,7 @@ EOD;
require_once($CFG->dirroot . '/group/lib.php');
$this->groupcount++;
$i = $this->groupcount;
$i = str_pad($this->groupcount, 4, '0', STR_PAD_LEFT);
$record = (array)$record;