Skip to content

Commit

Permalink
add note for promodvd module
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Mar 18, 2011
1 parent 62c6c7a commit 36fd032
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.promodvd
@@ -0,0 +1,7 @@
To make the mail sending work on buildserviceapi, I had to patch
/usr/lib64/ruby/gems/1.8/gems/gettext_rails-2.0.0/lib/gettext_rails/action_mailer.rb
in line 30:
create_bang_without_gettext(*arg)
to
create_without_gettext!(*arg)

0 comments on commit 36fd032

Please sign in to comment.