diff options
author | Robin Houston <robin@lenny.robin> | 2011-07-29 05:09:48 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-07-29 05:09:48 +0100 |
commit | 62f863d6fbae6dc4922964b2530f151883ca2180 (patch) | |
tree | 8f0d431920357a233ca94bcbd2a44b1113330055 /app/controllers/request_controller.rb | |
parent | 642a3f74b7036383dd326584e411f98eb463cc0c (diff) | |
parent | 3ba811a9e576a50123930ccccda4dc01d5e3341e (diff) |
Merge branch 'master' into wdtk
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 472f18f6e..7b9421464 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 |