Skip to content

Commit

Permalink
Fix up question import. Thanks to Christopher Molnar: http://moodle.o…
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Sep 8, 2008
1 parent 6c91ce4 commit bced302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/import_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function get_importfile_name(){
}
}

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.
Expand Down

0 comments on commit bced302

Please sign in to comment.