Browse Source

noko50 fix previous commit

pull/40/head
czaks 11 years ago
parent
commit
3696ffd035
  1. 2
      inc/functions.php

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

Loading…
Cancel
Save