summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1c356fe)
public function render_area_files($component, $area, $submissionid) {
global $USER;
public function render_area_files($component, $area, $submissionid) {
global $USER;
- $fs = get_file_storage();
- $browser = get_file_browser();
- $files = $fs->get_area_files($this->get_context()->id,
- $component,
- $area,
- $submissionid,
- 'timemodified',
- false);
return $this->get_renderer()->assign_files($this->context, $submissionid, $area, $component);
}
return $this->get_renderer()->assign_files($this->context, $submissionid, $area, $component);
}