Skip to content

Commit

Permalink
Update email_notify.rb
Browse files Browse the repository at this point in the history
Change email_notification to email to fix password reset etc.
  • Loading branch information
tboeckmann committed Aug 29, 2013
1 parent 8d13f99 commit da87fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/email_notify.rb
Expand Up @@ -28,7 +28,7 @@ def self.send_article(article, user)
# Send a welcome mail to the user created
def self.send_user_create_notification(user)
begin
email_notification = NotificationMailer.notif_user(user)
email = NotificationMailer.notif_user(user)
email.deliver
rescue => err
logger.error "Unable to send notification of create user email: #{err.inspect}"
Expand Down

0 comments on commit da87fff

Please sign in to comment.