Commit b2cd2f0b5f854f141407ce5e52ab87a985614262
Committed by
Daniela Feitosa
1 parent
556924c9
Exists in
master
and in
29 other branches
Load file 'noosfero.rb' in exception_notification initializer
(ActionItem1904)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/initializers/exception_notification.rb
1 | unless NOOSFERO_CONF['exception_recipients'].blank? | 1 | unless NOOSFERO_CONF['exception_recipients'].blank? |
2 | + require 'noosfero.rb' | ||
2 | require 'exception_notification.rb' | 3 | require 'exception_notification.rb' |
3 | ExceptionNotifier.sender_address = "noreply@#{Noosfero.default_hostname}" | 4 | ExceptionNotifier.sender_address = "noreply@#{Noosfero.default_hostname}" |
4 | ExceptionNotifier.email_prefix = "[Noosfero ERROR] " | 5 | ExceptionNotifier.email_prefix = "[Noosfero ERROR] " |