From cd2587f4645921dc92adea766108e13cdcd8be18 Mon Sep 17 00:00:00 2001 From: David Cabo Date: Thu, 26 Jul 2012 02:15:38 +0200 Subject: Don't fail when new user is subscribed already to newsletter --- app/controllers/user_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/user_controller.rb') diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index 224f20666..ef6f740bc 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -613,7 +613,7 @@ class UserController < ApplicationController mergeOptions, 'html', # email_type false, # double_optin: flag to control whether a double opt-in confirmation message is sent - false, # update_existing + true, # update_existing false, # replace_interests false #send_welcome ) -- cgit v1.2.3