mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'mdl41996-master' of https://github.com/tlock/moodle
This commit is contained in:
commit
098723aabb
@ -138,7 +138,7 @@ abstract class quiz_attempts_report_table extends table_sql {
|
||||
*/
|
||||
public function col_fullname($attempt) {
|
||||
$html = parent::col_fullname($attempt);
|
||||
if ($this->is_downloading()) {
|
||||
if ($this->is_downloading() || empty($attempt->attempt)) {
|
||||
return $html;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user