fixed a wrong url

by using false, the url in the post number (in manage post mode) will point to the correct file
This commit is contained in:
efari 2011-01-26 08:01:11 -08:00
parent 4d14cb7434
commit 4be078ff86
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ function manageModeratePost($post) {
$ban = banByIP($post['ip']);
$ban_disabled = (!$ban && $isadmin) ? '' : ' disabled';
$ban_disabled_info = (!$ban) ? '' : (' A ban record already exists for ' . $post['ip']);
$post_html = buildPost($post, true);
$post_html = buildPost($post, false);
$post_or_thread = ($post['parent'] == 0) ? 'Thread' : 'Post';
return <<<EOF
<fieldset>