mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-38361' of https://github.com/prateeksachan/moodle
This commit is contained in:
commit
aa15c5f3ff
@ -5020,7 +5020,7 @@ class assign {
|
||||
} else {
|
||||
$usergrade = '-';
|
||||
if (isset($gradinginfo->items[0]->grades[$userid]) &&
|
||||
!$grading_info->items[0]->grades[$userid]->hidden) {
|
||||
!$gradinginfo->items[0]->grades[$userid]->hidden) {
|
||||
$usergrade = $gradinginfo->items[0]->grades[$userid]->str_grade;
|
||||
}
|
||||
$gradestring = $usergrade;
|
||||
|
Loading…
x
Reference in New Issue
Block a user