diff --git a/app/models/profile.rb b/app/models/profile.rb index f4862bc..3479fde 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -359,7 +359,7 @@ class Profile < ActiveRecord::Base end def url_options - options = { :protocol => 'http://', :host => default_hostname, :profile => (own_hostname ? nil : self.identifier) } + options = { :host => default_hostname, :profile => (own_hostname ? nil : self.identifier) } Noosfero.url_options.merge(options) end -- libgit2 0.21.2