Merge branch 'MDL-26734' of git://github.com/timhunt/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2011-03-13 23:33:09 +01:00
+1 -1
View File
@@ -40,7 +40,7 @@
redirect($attemptobj->attempt_url(0, $page));
} else if (!$options->responses) {
$accessmanager->back_to_view_page($attemptobj->is_preview_user(),
$accessmanager->cannot_review_message($attemptobj->get_attempt_state()));
$accessmanager->cannot_review_message($options));
}
} else if (!$attemptobj->is_review_allowed()) {