From 7ae6ca201b9e4e9c725d0c29f666f6b62ea43149 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 9 Aug 2011 18:32:27 -0700 Subject: [PATCH] revert a fix for the profile flash --- app/controllers/profiles_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index cd3530c12..51e4f2ddd 100644 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -37,7 +37,7 @@ class ProfilesController < ApplicationController if current_user.update_profile params[:profile] flash[:notice] = I18n.t 'profiles.update.updated' if current_user.getting_started? - redirect_to getting_started_path, :notice => flash[:notice] + redirect_to getting_started_path else redirect_to edit_profile_path end