mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Fixed Bug #5366 : e-token was forgotten in editing
This commit is contained in:
parent
a6aba62cc8
commit
01dcf2a822
@ -97,6 +97,7 @@ if ($editid)
|
||||
$row = $sql->db_Fetch();
|
||||
$text .= "<tr><td><textarea class='tbox' name='comment_comment' cols='1' rows='15' style='width:100%;'>".$row['comment_comment']."</textarea></td></tr>";
|
||||
$text .= "<tr><td colspan='5' class='forumheader' style='text-align:center'><input class='button' type='submit' name='moderate' value='".MDCLAN_8."' /></td></tr>";
|
||||
$text .= "<div><input type='hidden' name='e-token' value='".e_TOKEN."' /></div>";
|
||||
}
|
||||
|
||||
$text .= "</table></form></div>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user