putting a space before {

This commit is contained in:
toyomoyo
2007-07-18 02:02:48 +00:00
parent ce86745870
commit e4add64dff
+1 -1
View File
@@ -27,7 +27,7 @@ class grade_import_form extends moodleform {
if ($this->is_submitted() and $this->is_validated()) {
// return the temporary filename to process
return $this->_upload_manager->files['userfile']['tmp_name'];
}else{
} else{
return NULL;
}
}