aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/link_to_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/link_to_helper.rb')
-rwxr-xr-xapp/helpers/link_to_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb
index bbaa6c31a..ea12fbb5c 100755
--- a/app/helpers/link_to_helper.rb
+++ b/app/helpers/link_to_helper.rb
@@ -240,7 +240,7 @@ module LinkToHelper
search_url(query, options.merge(:only_path => true))
end
- def search_link(query, variety_postfix = nil, sort_postfix = nil, advanced = nil)
+ def search_link(query)
link_to h(query), search_url(query)
end