mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
fixed sesskey bug reported by Eloy. Thanks Eloy.
This commit is contained in:
parent
6a855f5b89
commit
e6d10b266b
@ -121,7 +121,7 @@
|
||||
}
|
||||
|
||||
notice_yesno(get_string("deletequestioncheck", "quiz", $question->name),
|
||||
"question.php?id=$question->id&delete=$delete&confirm=".md5($delete), "edit.php");
|
||||
"question.php?sesskey=$USER->sesskey&id=$question->id&delete=$delete&confirm=".md5($delete), "edit.php");
|
||||
}
|
||||
print_footer($course);
|
||||
exit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user