Skip to content

Commit

Permalink
Merge branch 'MDL-23872_M' of git://github.com/nebgor/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Aug 16, 2011
2 parents 2345ab8 + f1f70bd commit 515380a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/formslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1576,6 +1576,10 @@ function exportValues($elementList = null){
}
}

if (is_array($this->_constantValues)) {
$unfiltered = HTML_QuickForm::arrayMerge($unfiltered, $this->_constantValues);
}

return $unfiltered;
}
/**
Expand Down

0 comments on commit 515380a

Please sign in to comment.