From 9d32e1a9d9b2dc311152acc193d97f388228cfe5 Mon Sep 17 00:00:00 2001
From: Nicosoft <nicolas.jourdain@gmail.com>
Date: Fri, 6 Oct 2017 09:13:45 +1100
Subject: [PATCH] Function change

---
 lib/emitter/src/Events/AssignmentGraded.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/emitter/src/Events/AssignmentGraded.php b/lib/emitter/src/Events/AssignmentGraded.php
index e8f8c08..94aa695 100644
--- a/lib/emitter/src/Events/AssignmentGraded.php
+++ b/lib/emitter/src/Events/AssignmentGraded.php
@@ -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'];
-- 
GitLab