diff --git a/config/initializers/exception_notification.rb b/config/initializers/exception_notification.rb index dc404d0..471cfec 100644 --- a/config/initializers/exception_notification.rb +++ b/config/initializers/exception_notification.rb @@ -1,4 +1,5 @@ unless NOOSFERO_CONF['exception_recipients'].blank? + require 'noosfero.rb' require 'exception_notification.rb' ExceptionNotifier.sender_address = "noreply@#{Noosfero.default_hostname}" ExceptionNotifier.email_prefix = "[Noosfero ERROR] " -- libgit2 0.21.2