diff options
author | David Cabo <david@calibea.com> | 2011-07-28 16:23:57 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-07-28 16:23:57 +0200 |
commit | 3e60ff5a3e12ce29b00ce45056033267947229bb (patch) | |
tree | 6249246e8b52ddb3e836600401ee665eadc2e16e /app/controllers/request_controller.rb | |
parent | 0fc9a9de34be417f23a2392535523c044f644db2 (diff) | |
parent | 51a74f4b275fab25ac567843ab99b885a8444789 (diff) |
Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index b6111b087..c8c7bd34b 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -313,7 +313,7 @@ class RequestController < ApplicationController replied by then.</p> <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an annotation below telling people about your writing.</p>",:law_used_full=>@info_request.law_used_full) - redirect_to request_url(@info_request) + redirect_to show_new_request_path(:url_title => @info_request.url_title) end # Submitted to the describing state of messages form |