Merge branch 'MDL-61899-master-fix' of git://github.com/junpataleta/moodle

This commit is contained in:
Andrew Nicols 2018-04-20 11:37:46 +08:00
commit b17dd2a3d6

View File

@ -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).