mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Merge branch 'MDL-61937-master-fix' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
97f1c1f424
@ -294,7 +294,7 @@ class provider implements
|
||||
[$recordobj->id], $recordobj->userid != $user->id);
|
||||
// Export ratings. For records that were not made by this user export only this user's ratings, for own records
|
||||
// export ratings from everybody.
|
||||
\core_rating\privacy\provider::export_area_ratings($user->id, $context, [$recordobj->id], 'entry',
|
||||
\core_rating\privacy\provider::export_area_ratings($user->id, $context, [$recordobj->id], 'mod_data', 'entry',
|
||||
$recordobj->id, $recordobj->userid != $user->id);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user