From d95b90a28c9e0c9e7336f29387fa54880dde7eef Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 16 Jul 2009 19:16:59 -0300 Subject: [PATCH] ActionItem1165: this should not be commited yet --- app/models/profile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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