Fixed omitted images/posts test.

This commit is contained in:
Savetheinternet 2011-02-25 20:58:05 +11:00
parent 5be1a8d8ed
commit 37f7c96f6f

View File

@ -468,8 +468,6 @@
$c = $count->fetch();
$thread->omitted_images = $c['num'] - $num_images;
$thread->omitted -= $thread->omitted_images;
}
$thread->posts = array_reverse($thread->posts);