mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-36985-master-fix' of github.com:xow/moodle
This commit is contained in:
commit
66c7f71950
@ -47,7 +47,7 @@ class atto_managefiles_manage_form extends moodleform {
|
||||
$elementid = $this->_customdata['elementid'];
|
||||
$options = $this->_customdata['options'];
|
||||
$files = $this->_customdata['files'];
|
||||
$removeorphaneddrafts = $this->_customdata['removeorphaneddrafts'];
|
||||
$removeorphaneddrafts = $this->_customdata['removeorphaneddrafts'] ?? false;
|
||||
|
||||
$mform->addElement('header', 'filemanagerhdr', get_string('filemanager', 'atto_managefiles'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user