if (unattendedImport) {
Identity admin = ManagerFactory.getManager().findIdentityByName("administrator");
ImportReferencesController.doImport(rie, this, ImportReferencesController.IMPORT_SCORM, true, admin);
return null;
} else {
return new ImportReferencesController(this, ImportReferencesController.IMPORT_SCORM, rie, ureq, wControl);
}
}