diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-06-14 16:52:45 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-06-14 16:52:45 -0700 |
commit | 6045bb8ea25b77d99bdff8d741c99034f86b19c0 (patch) | |
tree | f509866b5e9c71fba79f0780fd242f88354bd894 /htdocs/new-post.php | |
parent | 7565745f2cd5508f0ff408bb9dbfca1c54a0afa5 (diff) |
A few tweaks
Diffstat (limited to 'htdocs/new-post.php')
-rw-r--r-- | htdocs/new-post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/new-post.php b/htdocs/new-post.php index e421d3c..439d7f2 100644 --- a/htdocs/new-post.php +++ b/htdocs/new-post.php @@ -120,7 +120,7 @@ function handle_tos() { } function finish_tos() { - if (isset($_POST['tos']) and $_POST['tos'] == 1) { + if (isset($_REQUEST['tos']) and $_REQUEST['tos'] == 1) { return true; } else { |