-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Actor format for 'received grade for' event #139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Nicosoft, thanks for your pull request, it's greatly appreciated! Unfortunately this can't be merged until the Travis build passes. Currently it's failing the tests and I suspect it's because you're calling a method using it's old name. I've made a comment on the code in my review pointing to this 👍
'name' => $opts['graded_user_id'], | ||
], | ||
]; | ||
$statement['actor'] = $this->readUser($opts, "graded_user"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the tests are failing because readUser
should be read_user
, try changing that @Nicosoft and see if that works.
Thanks for fixing the code @Nicosoft, I think this is safe to merge now 👍 |
This will appear in the next release which should be v2.1.5, @HT2Bot is making the release via Travis now 👍 |
Description
Related Issues
PR Type