mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-29538 core_condition: Populating form with wrong value
This commit is contained in:
parent
94b94c38e7
commit
be2534fd88
@ -174,7 +174,7 @@ class editsection_form extends moodleform {
|
||||
$groupelements[1]->setValue(is_null($data->operator) ? '' :
|
||||
$data->operator);
|
||||
$groupelements[2]->setValue(is_null($data->value) ? '' :
|
||||
$data->operator);
|
||||
$data->value);
|
||||
$num++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user