From: tjhunt <tjhunt>
Date: Mon, 8 Sep 2008 02:33:24 +0000 (+0000)
Subject: Fix up question import. Thanks to Christopher Molnar: http://moodle.org/mod/forum... 
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bced30229bff54e53e800eca18cc159063e83b69;p=moodle.git

Fix up question import. Thanks to Christopher Molnar: http://moodle.org/mod/forum/discuss.php?d=105164
---

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.