Merge pull request #5619 from sam09/change_msg

Fixed Isssue #5618. The profile update page shows the correct message.
This commit is contained in:
Jonne Haß 2015-02-03 12:25:44 +01:00
commit 73e30776e2

View file

@ -57,7 +57,6 @@ class ProfilesController < ApplicationController
respond_to do |format|
format.js { render :nothing => true, :status => 200 }
format.any {
flash[:notice] = I18n.t 'profiles.update.updated'
if current_user.getting_started?
redirect_to getting_started_path
else