mirror of
https://github.com/moodle/moodle.git
synced 2025-04-03 15:32:43 +02:00
Merge branch 'MDL-61899-master-fix' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
b17dd2a3d6
@ -141,7 +141,7 @@ class api {
|
||||
continue;
|
||||
}
|
||||
// Fetch users that can manage data requests.
|
||||
$dpos += get_role_users($roleid, $context, false, 'u.*');
|
||||
$dpos += get_role_users($roleid, $context);
|
||||
}
|
||||
|
||||
// If the site has no data protection officer, defer to site admin(s).
|
||||
|
Loading…
x
Reference in New Issue
Block a user