diff --git a/inc/functions.php b/inc/functions.php index 768248bb..3553f908 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1799,7 +1799,7 @@ function buildThread50($id, $return = false, $mod = false, $thread = null) { if ($post['file']) $num_images++; - $thread->add(new Post($post, $mod ? '?/' : $config['root'], $mod); + $thread->add(new Post($post, $mod ? '?/' : $config['root'], $mod)); } }