From bced30229bff54e53e800eca18cc159063e83b69 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Mon, 8 Sep 2008 02:33:24 +0000 Subject: [PATCH] Fix up question import. Thanks to Christopher Molnar: http://moodle.org/mod/forum/discuss.php?d=105164 --- question/import_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/import_form.php b/question/import_form.php index 309e688da7..f8d0b147fb 100644 --- a/question/import_form.php +++ b/question/import_form.php @@ -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. -- 2.39.5