mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-52433 user: Remove unnecessary capability check
This commit is contained in:
parent
406151d8e2
commit
8e24a54e52
1 changed files with 0 additions and 1 deletions
|
@ -649,7 +649,6 @@ if ($mode === MODE_USERDETAILS) { // Print simple listing.
|
|||
$row->cells[1]->text .= get_string('role').get_string('labelsep', 'langconfig').$user->role.'<br />';
|
||||
}
|
||||
if ($user->maildisplay == 1 or ($user->maildisplay == 2 and ($course->id != SITEID) and !isguestuser()) or
|
||||
has_capability('moodle/course:viewhiddenuserfields', $context) or
|
||||
in_array('email', $extrafields) or ($user->id == $USER->id)) {
|
||||
$row->cells[1]->text .= get_string('email').get_string('labelsep', 'langconfig').html_writer::link("mailto:$user->email", $user->email) . '<br />';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue