MDL-37753 mod_feedback: Use activity name for export filename
This commit is contained in:
committed by
Dan Poltawski
parent
dae21986aa
commit
97909332eb
@@ -71,10 +71,10 @@ class mod_feedback_responses_table extends table_sql {
|
||||
$this->baseurl->param($this->showallparamname, $this->showall);
|
||||
}
|
||||
|
||||
$name = format_string($feedbackstructure->get_feedback()->name);
|
||||
$this->is_downloadable(true);
|
||||
$this->is_downloading(optional_param($this->downloadparamname, 0, PARAM_ALPHA),
|
||||
'feedback_test');
|
||||
|
||||
$name, get_string('responses', 'feedback'));
|
||||
$this->useridfield = 'userid';
|
||||
$this->init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user