noko50 fix previous commit

This commit is contained in:
czaks 2013-08-16 10:10:18 -04:00
parent 8a4b7c3349
commit 3696ffd035

View File

@ -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));
}
}