Fixing grading
This commit is contained in:
parent
74f44a836b
commit
464fcfc879
2 changed files with 4 additions and 5 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue