remove redirect to stream from settings

This commit is contained in:
Lennart Prelle 2011-12-23 13:44:41 +01:00
parent 5bbbad7c4f
commit 9ab4cd113e

View file

@ -48,7 +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'