summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--viewthread.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewthread.php b/viewthread.php
index e1961fc..d41fb9b 100644
--- a/viewthread.php
+++ b/viewthread.php
@@ -43,7 +43,7 @@ if (isset($_SESSION['signed_in'])) {
<form action="moderate.php" method="post">
<p>
<b>Moderator Options</b>
- <input type="number" name="id" value="' . $current->id . '">
+ <input type="hidden" name="id" value="' . $current->id . '">
<input type="checkbox" id="delete" name="delete">
<label for="delete">Delete thread</label>
<input type="checkbox" id="lock" name="lock">