diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 9bc64db4f..56a26bab8 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -48,8 +48,6 @@ class UsersController < ApplicationController elsif u[:show_community_spotlight_in_stream] || u[:getting_started] if @user.update_attributes(u) flash[:notice] = I18n.t 'users.update.settings_updated' - redirect_to multi_path - return else flash[:notice] = I18n.t 'users.update.settings_not_updated' end