Skip to content

Commit

Permalink
fixed sesskey bug reported by Eloy. Thanks Eloy.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Jan 23, 2005
1 parent 6a855f5 commit e6d10b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/question.php
Expand Up @@ -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;
Expand Down

0 comments on commit e6d10b2

Please sign in to comment.