Merge branch 'MDL-65619-master' of git://github.com/aanabit/moodle

This commit is contained in:
Jake Dallimore 2019-05-16 15:14:27 +08:00
commit d08358b866

View File

@ -60,7 +60,7 @@ if (($form = data_submitted()) && confirm_sesskey()) {
// setting for each possible processor. Note that this block will
// always be processed first after entring parental foreach iteration
// so we can change form values on this stage.
foreach ($allprocessors as $processor) {
foreach ($processors as $processor) {
$value = '';
if (isset($form->{$componentprovidersetting}[$processor->name])) {
$value = $form->{$componentprovidersetting}[$processor->name];