diff --git a/mod.php b/mod.php index 1f3651d3..cfc2a438 100644 --- a/mod.php +++ b/mod.php @@ -661,7 +661,7 @@ } else { $po = new Post($post['id'], $post['thread'], $post['subject'], $post['email'], $post['name'], $post['trip'], $post['body'], $post['time'], $post['thumb'], $post['thumbwidth'], $post['thumbheight'], $post['file'], $post['filewidth'], $post['fileheight'], $post['filesize'], $post['filename'], $post['ip'], $mod ? '?/' : $config['root'], $mod); } - $temp .= $po->build() . '
'; + $temp .= $po->build(true) . '
'; } if(!empty($temp))