Skip to content

Commit

Permalink
Remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
lizconlan committed Aug 23, 2018
1 parent 9628eea commit 8e1899b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/services_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def hidden_user_explanation
:content_type => "text/plain",
:layout => false,
:locals => {:name_to => info_request.user_name.html_safe,
:name_from => AlaveteliConfiguration.contact_name,
:info_request => info_request, :reason => params[:reason],
:info_request_url => 'http://' + AlaveteliConfiguration.domain + request_path(info_request),
:site_name => site_name.html_safe}
Expand Down

0 comments on commit 8e1899b

Please sign in to comment.