mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
MDL-66768 forumreport_summary: remove the select column when downloading
This commit is contained in:
parent
a90b8056ba
commit
bf2e1bec4e
@ -76,7 +76,7 @@ $PAGE->set_heading($course->fullname);
|
||||
$PAGE->navbar->add(get_string('nodetitle', "forumreport_summary"));
|
||||
|
||||
// Prepare and display the report.
|
||||
$bulkoperations = !empty($CFG->messaging) && has_capability('moodle/course:bulkmessaging', $context);
|
||||
$bulkoperations = !$download && !empty($CFG->messaging) && has_capability('moodle/course:bulkmessaging', $context);
|
||||
|
||||
$table = new \forumreport_summary\summary_table($courseid, $filters, $bulkoperations);
|
||||
$table->baseurl = $url;
|
||||
|
Loading…
x
Reference in New Issue
Block a user