Fixed error submitting comments from b2edit

Thanks to ventonegro on the forums.


git-svn-id: http://svn.automattic.com/wordpress/trunk@109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-05-27 22:20:05 +00:00
parent f1245e7fd9
commit f981296947
1 changed files with 1 additions and 1 deletions

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 />