mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fix up question import. Thanks to Christopher Molnar: http://moodle.org/mod/forum/discuss.php?d=105164
This commit is contained in:
parent
6c91ce49ff
commit
bced30229b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class question_import_form extends moodleform {
|
|||
}
|
||||
}
|
||||
|
||||
function get_importfile_name(){
|
||||
function get_importfile_realname(){
|
||||
if ($this->is_submitted() and $this->is_validated()) {
|
||||
// return the temporary filename to process
|
||||
// TODO change this to use the files API properly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue