mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
fix Undefined property: stdClass::$displaynext in mod\hotpot\lib.php on line 356
This commit is contained in:
parent
2b214bc1dc
commit
c5d7d04624
@ -336,6 +336,8 @@ function hotpot_set_form_values(&$hotpot) {
|
||||
default:
|
||||
// use Moodle default action (i.e. go on to display the hotpot quiz)
|
||||
}
|
||||
} else {
|
||||
$hotpot->displaynext = HOTPOT_DISPLAYNEXT_QUIZ;
|
||||
}
|
||||
|
||||
// if ($ok && $hotpot->setdefaults) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user