mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Merge branch 'MDL-69868-master' of git://github.com/ilya-catalyst/moodle
This commit is contained in:
commit
1cdae7a717
@ -387,7 +387,7 @@ class manager {
|
||||
if ($this->can_view_all_attempts()) {
|
||||
$user = core_user::get_user($userid);
|
||||
} else if ($this->can_view_own_attempts()) {
|
||||
$user = $USER;
|
||||
$user = core_user::get_user($USER->id);
|
||||
if ($userid && $user->id != $userid) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user