Skip to content
Snippets Groups Projects
Commit bdc9421b authored by Daniel Grippi's avatar Daniel Grippi
Browse files

Merge pull request #2549 from lprelle/no_stream_redirect_from_settings

No stream redirection from settings
parents 38d0cb15 0a83b0d3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment