mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-22574, removed unused function in outcome import form
This commit is contained in:
parent
633198cac1
commit
9880f024dd
1 changed files with 0 additions and 4 deletions
|
@ -47,10 +47,6 @@ class import_outcomes_form extends moodleform {
|
|||
$mform->addElement('submit', 'save', get_string('uploadthisfile'));
|
||||
|
||||
}
|
||||
|
||||
function get_um() {
|
||||
return $this->_upload_manager;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue