diff options
author | francis <francis> | 2008-08-20 22:16:49 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-20 22:16:49 +0000 |
commit | c792035adbddd392db64db2e7b1b9258c8a03fb2 (patch) | |
tree | 0e3b4d281cadb225c0c48efb291167d4f84c6af1 /app/controllers/user_controller.rb | |
parent | 0bd5928ecfe94ac4766fb1b6ace62f6fb24b1240 (diff) |
Typo in comment.
Diffstat (limited to 'app/controllers/user_controller.rb')
-rw-r--r-- | app/controllers/user_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index d5726ed44..e2ef4898d 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_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: user_controller.rb,v 1.52 2008-08-07 00:24:51 francis Exp $ +# $Id: user_controller.rb,v 1.53 2008-08-20 22:16:49 francis Exp $ class UserController < ApplicationController # Show page about a set of users with same url name @@ -247,7 +247,7 @@ class UserController < ApplicationController @post_redirect.save! params[:token] = @post_redirect.token elsif params[:token] - # Otherwise we have a token (which represents a saved POST request0 + # Otherwise we have a token (which represents a saved POST request) @post_redirect = PostRedirect.find_by_token(params[:token]) end end |