aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/models/outgoing_message.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/outgoing_message.rb b/app/models/outgoing_message.rb
index 4ca94e7d4..9424113fc 100644
--- a/app/models/outgoing_message.rb
+++ b/app/models/outgoing_message.rb
@@ -52,7 +52,7 @@ class OutgoingMessage < ActiveRecord::Base
strip_attributes!
has_prominence
- self.default_url_options[:host] = AlaveteliConfiguration::domain
+ self.default_url_options[:host] = AlaveteliConfiguration.domain
# https links in emails if forcing SSL
if AlaveteliConfiguration::force_ssl