Skip to content
Snippets Groups Projects
Commit 9d32e1a9 authored by Nicosoft's avatar Nicosoft Committed by GitHub
Browse files

Function change

parent 1cbc1298
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class AssignmentGraded extends Event {
]);
// Excluded from array merge to make sure that the actor is overwritten e.g. if a different IFI is used.
$statement['actor'] = $this->readUser($opts, "graded_user");
$statement['actor'] = $this->read_user($opts, "graded_user");
if (!is_null($opts['grade_success'])) {
$statement['result']['success'] = $opts['grade_success'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment