mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-30758' of git://github.com/timhunt/moodle
This commit is contained in:
commit
b53bea8167
@ -668,7 +668,7 @@ class quiz_statistics_report extends quiz_default_report {
|
||||
$firstattempts = new stdClass();
|
||||
$firstattempts->countrecs = 0;
|
||||
$firstattempts->total = 0;
|
||||
$firstattempts->average = '-';
|
||||
$firstattempts->average = null;
|
||||
}
|
||||
|
||||
$allattempts = new stdClass();
|
||||
|
Loading…
x
Reference in New Issue
Block a user