diff options
author | francis <francis> | 2008-03-15 04:44:37 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-15 04:44:37 +0000 |
commit | 36cd44b87bd7e235291b3b5a462dda2ac8affac9 (patch) | |
tree | 6bf9bba978259f9aa65219e2d9317989411e393a | |
parent | 0a423eae84d6c2b123a50d2c7e8195a873aa224a (diff) |
Pling!
-rw-r--r-- | app/controllers/request_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 977e4cd32..43a4e53c0 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -4,7 +4,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: request_controller.rb,v 1.65 2008-03-06 01:23:38 francis Exp $ +# $Id: request_controller.rb,v 1.66 2008-03-15 04:44:37 francis Exp $ class RequestController < ApplicationController @@ -99,7 +99,7 @@ class RequestController < ApplicationController @info_request.save! # XXX send_message needs the database id, so we send after saving, which isn't ideal if the request broke here. @outgoing_message.send_message - flash[:notice] = "Your Freedom of Information request has been created and sent on its way." + flash[:notice] = "Your Freedom of Information request has been created and sent on its way!" redirect_to show_request_url(:url_title => @info_request.url_title) else # do nothing - as "authenticated?" has done the redirect to signin page for us |