From 3696ffd035d11ddea024c6bbd489737690d55dad Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 16 Aug 2013 10:10:18 -0400 Subject: [PATCH] noko50 fix previous commit --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }