diff --git a/BrainPortal/app/controllers/userfiles_controller.rb b/BrainPortal/app/controllers/userfiles_controller.rb index d3d3bd8b9..9c4499831 100644 --- a/BrainPortal/app/controllers/userfiles_controller.rb +++ b/BrainPortal/app/controllers/userfiles_controller.rb @@ -1114,7 +1114,7 @@ def create_virtual_collection #:nodoc: redirect_to(:action => :index) return end - redirect_to :action => :index + redirect_to(:controller => :userfiles, :action => :show, :id => collection.id) end