Skip to content

Commit

Permalink
Fixing unexpected behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltdt authored and redsquirrel committed Feb 27, 2010
1 parent d380c42 commit 7a264f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mad_mimi_mailer.rb
Expand Up @@ -65,6 +65,8 @@ def deliver_mimi_mail(method, *parameters)
mail.recipients = recipient
call_api!(mail, method)
end
else
call_api!(mail, method)
end
end
end
Expand Down

0 comments on commit 7a264f0

Please sign in to comment.