Skip to content

Commit

Permalink
Merge branch 'MDL-61899-master-fix' of git://github.com/junpataleta/m…
Browse files Browse the repository at this point in the history
…oodle
  • Loading branch information
andrewnicols committed Apr 20, 2018
2 parents 9775bfc + 3292413 commit b17dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/dataprivacy/classes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public static function get_site_dpos() {
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).
Expand Down

0 comments on commit b17dd2a

Please sign in to comment.