diff options
Diffstat (limited to 'app/helpers/link_to_helper.rb')
-rw-r--r-- | app/helpers/link_to_helper.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index 79bdcd904..5c7242d18 100644 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -5,7 +5,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: link_to_helper.rb,v 1.12 2008-01-29 03:05:47 francis Exp $ +# $Id: link_to_helper.rb,v 1.13 2008-01-30 09:53:47 francis Exp $ module LinkToHelper @@ -74,10 +74,10 @@ module LinkToHelper # About page URLs def about_url - return help_general_url :action => 'about' + return help_general_url(:action => 'about') end def unhappy_url - return help_general_url :action => 'unhappy' + return help_general_url(:action => 'unhappy') end |