mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 12:10:34 +01:00
Merge branch 'MDL-35620' of git://github.com/timhunt/moodle
This commit is contained in:
commit
fc561b2089
@ -386,7 +386,7 @@ class question_attempt_step {
|
||||
$record = $currentrec;
|
||||
$data = array();
|
||||
while ($currentrec && $currentrec->attemptstepid == $attemptstepid) {
|
||||
if ($currentrec->name) {
|
||||
if (!is_null($currentrec->name)) {
|
||||
$data[$currentrec->name] = $currentrec->value;
|
||||
}
|
||||
$records->next();
|
||||
|
Loading…
x
Reference in New Issue
Block a user