Archived
1
0
Fork 0

Fixing grading

This commit is contained in:
Mercier Pierre-Olivier 2013-11-11 17:16:03 +01:00
commit 464fcfc879
2 changed files with 4 additions and 5 deletions

View file

@ -140,7 +140,7 @@ sub grades_generate
close $xmltrace;
log DEBUG, "Fill from file: $tr_file";
log TRACE, $trace->getIds;
log TRACE, $trace->getIds($login);
$grading->fill($trace->getIds($login));
}