mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-35321-MOODLE_23_STABLE' of git://github.com/micaherne/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
df87119b5a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ if ($mform->is_cancelled()){
|
|||
if (!empty($CFG->enableavailability)) {
|
||||
$section->availablefrom = $data->availablefrom;
|
||||
$section->availableuntil = $data->availableuntil;
|
||||
if (!empty($data->groupingid)) {
|
||||
if (isset($data->groupingid)) {
|
||||
$section->groupingid = $data->groupingid;
|
||||
}
|
||||
$section->showavailability = $data->showavailability;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue