Fixed error submitting comments from b2edit

Thanks to ventonegro on the forums.


git-svn-id: https://develop.svn.wordpress.org/trunk@109 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-05-27 22:20:05 +00:00
parent 8be0b4f101
commit ff3bd6613a

View File

@ -302,7 +302,7 @@ if ($i == "ASC")
<!-- form to add a comment -->
<form action="b2comments.post.php" method="post">
<form action="<?php echo $siteurl.'/b2comments.post.php'?>" method="post">
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
<input type="hidden" name="redirect_to" value="<?php echo $HTTP_SERVER_VARS["REQUEST_URI"]; ?>" />
<input type="text" name="author" class="textarea" value="<?php echo $user_nickname ?>" size="20" tabindex="1" /><br />