MDL-7576 - review link does not work after attempt is closed. Thanks to Chad Badiyan for the fix. Merged from MOODLE_17_STABLE.
This commit is contained in:
+1
-1
@@ -436,7 +436,7 @@ function make_review_link($linktext, $quiz, $attempt) {
|
||||
}
|
||||
|
||||
// If the attempt is still open, don't link.
|
||||
if ($attempt->timefinish) {
|
||||
if (!$attempt->timefinish) {
|
||||
return $linktext;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user