Skip to content

Commit

Permalink
port number should not be automatically added to AM default_url_options
Browse files Browse the repository at this point in the history
Signed-off-by: Balint Erdi <balint.erdi@gmail.com>
  • Loading branch information
balinterdi committed May 22, 2009
1 parent 59c3827 commit 0d3f2a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/url_writer_retardase_inhibitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def self.included(am)
#am.send(:include, ::ActionController::UrlWriter)
::ActionMailer::Base.module_eval do
default_url_options[:host] ||= Tog::Plugins.settings :tog_core, 'host.name'
default_url_options[:port] ||= Tog::Plugins.settings :tog_core, 'host.port'
default_url_options[:protocol] ||= 'http'
end
end
Expand Down

0 comments on commit 0d3f2a0

Please sign in to comment.