Commit b2cd2f0b5f854f141407ce5e52ab87a985614262

Authored by Joenio Costa
Committed by Daniela Feitosa
1 parent 556924c9

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 1 unless NOOSFERO_CONF['exception_recipients'].blank?
  2 + require 'noosfero.rb'
2 3 require 'exception_notification.rb'
3 4 ExceptionNotifier.sender_address = "noreply@#{Noosfero.default_hostname}"
4 5 ExceptionNotifier.email_prefix = "[Noosfero ERROR] "
... ...