mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-56297-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
7aa17ce256
@ -185,7 +185,7 @@ EOD;
|
||||
|
||||
public function export_for_template(renderer_base $output) {
|
||||
$context = $this->export_for_template_base($output);
|
||||
$context['filepickerhtml'] = $this->getFilePickerHTML();
|
||||
$context['filepickerhtml'] = !empty($this->_options['usefilepicker']) ? $this->getFilePickerHTML() : '';
|
||||
return $context;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user