fix a bug with multiple images; thanks to saiko of tahta.ch for reporting it
This commit is contained in:
parent
b1912ba86f
commit
9416587d40
@ -2074,8 +2074,8 @@ function buildThread50($id, $return = false, $mod = false, $thread = null, $anti
|
|||||||
foreach ($allPosts as $index => $post) {
|
foreach ($allPosts as $index => $post) {
|
||||||
if ($index == count($allPosts)-count($thread->posts))
|
if ($index == count($allPosts)-count($thread->posts))
|
||||||
break;
|
break;
|
||||||
if ($post->file)
|
if ($post->files)
|
||||||
$thread->omitted_images++;
|
$thread->omitted_images += count(json_decode($post->files));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user