From: tjhunt Date: Tue, 8 Jul 2008 17:45:32 +0000 (+0000) Subject: MDL-15538 - Rework attempt.php to use attemptlib.php - fix a comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=10440b746a820764a02102c60f272a3b614182bc;p=moodle.git MDL-15538 - Rework attempt.php to use attemptlib.php - fix a comment. --- diff --git a/mod/quiz/attempt.php b/mod/quiz/attempt.php index 75e00ce25f..885b8a5068 100644 --- a/mod/quiz/attempt.php +++ b/mod/quiz/attempt.php @@ -31,7 +31,7 @@ $finishattempt = 1; } -/// Check login and get contexts. +/// Check login. require_login($attemptobj->get_courseid(), false, $attemptobj->get_cm()); /// Check capabilites.