diff options
author | David Cabo <david@calibea.com> | 2012-07-26 02:15:38 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2012-07-26 02:15:38 +0200 |
commit | cd2587f4645921dc92adea766108e13cdcd8be18 (patch) | |
tree | 2fa822c3ee1c4907021b695ed238abc4aba85667 | |
parent | 27ec05d89ecf1e62244ba0640399a9b468ed7d0f (diff) |
Don't fail when new user is subscribed already to newslettertuderechoasaber.es
-rw-r--r-- | app/controllers/user_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |