From 9fcef5b10134cad1db486b3f0204b2bc7df01367 Mon Sep 17 00:00:00 2001 From: Sam Radhakrishnan Date: Tue, 3 Feb 2015 14:39:08 +0530 Subject: [PATCH] Fixed Isssue #5618. The profile update page shows the correct message. --- app/controllers/profiles_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index 1d1bcbf8d..dcc58f768 100644 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -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