diff --git a/app/views/admin/import/index.html.erb b/app/views/admin/import/index.html.erb
index 0209c16..e70767f 100644
--- a/app/views/admin/import/index.html.erb
+++ b/app/views/admin/import/index.html.erb
@@ -309,7 +309,7 @@
$("#import-progress-text").html("Finished importing Members.
");
$("#import-progress .bar").css('width', '100%');
new_members_data = data.members;
- // importPlugins(0);
+ importPlugins(0);
}
}).fail(function(){
$("#import-progress-text").html("Importing failed, click on start to try again.");