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

Fix for issue #135

Fix for issue #135 - Email is incorrect in actor object for course 'completed' event
parent 0f00cae0
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ class CourseCompleted extends CourseViewed {
'user_id' => $opts['relateduser']->id,
'user_url' => $opts['relateduser']->url,
'user_name' => $opts['relateduser']->fullname,
'user_email' => $opts['relateduser']->email,
])];
}
}
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