diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-13 19:15:51 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 12:22:23 +1100 |
commit | ba15c9b78dca182f74281d7354e77942860259e7 (patch) | |
tree | d41be388f194bc3bdbc58c08c07341e948626a31 /app/controllers/services_controller.rb | |
parent | 8e8f8bb435ad66deaf9d7a9eb1ec221fde3540d2 (diff) |
Rename helper method
Diffstat (limited to 'app/controllers/services_controller.rb')
-rw-r--r-- | app/controllers/services_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/services_controller.rb b/app/controllers/services_controller.rb index 1db5348c7..b21000bc4 100644 --- a/app/controllers/services_controller.rb +++ b/app/controllers/services_controller.rb @@ -38,7 +38,7 @@ class ServicesController < ApplicationController :locals => {:name_to => info_request.user_name, :name_from => Configuration::contact_name, :info_request => info_request, :reason => params[:reason], - :info_request_url => 'http://' + Configuration::domain + request_url(info_request), + :info_request_url => 'http://' + Configuration::domain + request_path(info_request), :site_name => site_name} end |