]> git.mjollnir.org Git - moodle.git/commitdiff
Fix up question import. Thanks to Christopher Molnar: http://moodle.org/mod/forum...
authortjhunt <tjhunt>
Mon, 8 Sep 2008 02:33:24 +0000 (02:33 +0000)
committertjhunt <tjhunt>
Mon, 8 Sep 2008 02:33:24 +0000 (02:33 +0000)
question/import_form.php

index 309e688da704645c11ced2f6c366541a9aa71853..f8d0b147fb3957d49cf0c2525da60bd8c314a6a7 100644 (file)
@@ -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.