From: skodak Date: Thu, 9 Aug 2007 12:45:36 +0000 (+0000) Subject: hmm, now it should be final X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fed7cdc9c4a1a068bc23ff894876ee2e45059547;p=moodle.git hmm, now it should be final --- diff --git a/lib/gradelib.php b/lib/gradelib.php index 6f3aac2d7f..4211c70d42 100644 --- a/lib/gradelib.php +++ b/lib/gradelib.php @@ -511,7 +511,7 @@ function grade_regrade_final_grades($courseid, $userid=null, $updated_item=null) if (count($errors) == 0) { if (empty($userid)) { // do the locktime locking of grades, but only when doing full regrading - grade_grade::check_locktime_all($courseid, $gids); + grade_grade::check_locktime_all($gids); } return true; } else {