Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fdv/publify
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric de Villamil committed Aug 29, 2013
2 parents 1539b5a + 9d66add commit ab991b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/email_notify.rb
Original file line number Diff line number Diff line change
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 ab991b6

Please sign in to comment.