diff options
author | Evan Prodromou <evan@status.net> | 2009-12-08 17:31:23 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-08 17:31:23 -0500 |
commit | 41cbb90faeabc0a6002b41d40d392f45a59a7aba (patch) | |
tree | c4f21de0111e3ad39769c71fa29f1ebb383304f0 /actions | |
parent | 48a93810abe5fd5098ef4f91e2b9d5991e217748 (diff) |
add (ugly) form to forward notices
Diffstat (limited to 'actions')
-rw-r--r-- | actions/forward.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/forward.php b/actions/forward.php index 87365c2d3..867ed97d2 100644 --- a/actions/forward.php +++ b/actions/forward.php @@ -72,7 +72,7 @@ class ForwardAction extends Action return false; } - $token = $this->trimmed('token'); + $token = $this->trimmed('token-'.$id); if (empty($token) || $token != common_session_token()) { $this->clientError(_("There was a problem with your session token. Try again, please.")); |